| UDAManagerDelete Method (Int32, String, Boolean) |
지정된 개체의 속성을 삭제
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public void Delete(
int index,
string key,
bool recursive
)
Parameters
- index
- Type: SystemInt32
노드 인덱스 - key
- Type: SystemString
속성 키 - recursive
- Type: SystemBoolean
재귀적으로 삭제 여부
See Also