Click or drag to resize

UDAManagerGetValueNodes Method

지정된 키의 값 목록 및 해당 값에 연계된 노드 목록

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public Dictionary<string, List<int>> GetValueNodes(
	string key
)

Parameters

key
Type: SystemString
속성 키

Return Value

Type: DictionaryString, ListInt32
속성 값별 노드 목록
See Also