Click or drag to resize
XDL

XscFeature2SceneObj Method

OGC 피쳐 객체를 Scene 객체로 변환한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public static XscObj Feature2SceneObj(
	XftFeature Feature
)

Parameters

Feature
Type: Pixoneer.NXDL.NFTXftFeature
피쳐.

Return Value

Type: XscObj
대상 관리 scene 객체를 반환한다.
See Also