Click or drag to resize
XDL

NXMapLayerFeatureEditorCreateNewOBJ Method

기하 객체 형식에 부합하는 새로운 객체를 생성한다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public XftFeature CreateNewOBJ(
	eGeometryObjType type,
	ArrayList vertexList
)

Parameters

type
Type: Pixoneer.NXDL.NFTeGeometryObjType
[In] 기하 객체 형식.
vertexList
Type: System.CollectionsArrayList
[In] 정점 목록.

Return Value

Type: XftFeature
형식에 맞는 객체가 생성되면 XftFeature를 반환하고, 그렇지 않으면 null을 반환한다.
See Also