| UDAManagerFromIndex Method (Int32, Boolean) |
지정된 개체의 속성정보 반환
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public Dictionary<string, string> FromIndex(
int index,
bool bottomUp = false
)
Parameters
- index
- Type: SystemInt32
노드 인덱스 - bottomUp (Optional)
- Type: SystemBoolean
지정된 개체에 속성이 없는 경우, 상향식 검색(속성 포함 부모노드 탐색)
Return Value
Type:
DictionaryString,
String속성 정보
See Also