Click or drag to resize

VIZViewerGetObjectProperty Method

모델 속성 정보 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public ObjectPropertyVO GetObjectProperty(
	int NodeIndex,
	bool OnlyShow
)

Parameters

NodeIndex
Type: SystemInt32

[Missing <param name="NodeIndex"/> documentation for "M:SHConnector.VIZViewer.GetObjectProperty(System.Int32,System.Boolean)"]

OnlyShow
Type: SystemBoolean

[Missing <param name="OnlyShow"/> documentation for "M:SHConnector.VIZViewer.GetObjectProperty(System.Int32,System.Boolean)"]

Return Value

Type: ObjectPropertyVO

[Missing <returns> documentation for "M:SHConnector.VIZViewer.GetObjectProperty(System.Int32,System.Boolean)"]

See Also