| UDAManagerHasKey Method |
지정된 속성 포함 여부
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public bool HasKey(
int index,
string key
)
Parameters
- index
- Type: SystemInt32
노드 인덱스 - key
- Type: SystemString
검색하고자 하는 속성 키 값
Return Value
Type:
Boolean포함 결과 - True : 지정된 키 값이 있음 / False : 지정된 키 값이 없음
See Also