Click or drag to resize

IVIZZARDServiceGetObjectsProperty Method

개체 속성 정보 반환

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
Dictionary<int, ObjectPropertyVO> GetObjectsProperty(
	int[] NodeIndex,
	bool OnlyShow
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스
OnlyShow
Type: SystemBoolean
True : Visible object / False : Include the hidden objects

Return Value

Type: DictionaryInt32, ObjectPropertyVO
개체 속성
See Also