Click or drag to resize
XDL

XDMBandFeatureExtCreateFeature Method

새 feature 를 생성하여 추가한다.

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public bool CreateFeature(
	string strName,
	Color crFeature
)

Parameters

strName  String
[In] 생성할 feature 의 이름.
crFeature  Color
[In] 생성할 feature 를 도시하기 위한 색상.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also