Click or drag to resize
XDL

NXMapLayerSetShaderAlgorithm Method

사용자가 정의하는 쉐이더 알고리즘 문자열을 설정한다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public bool SetShaderAlgorithm(
	string strCode
)

Parameters

strCode
Type: SystemString
문자열

Return Value

Type: Boolean
설정되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also