Click or drag to resize

StructureManagerCopyNodes 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<int, int> CopyNodes()

Return Value

Type: DictionaryInt32, Int32
복사된 노드 인덱스 - KEY : Selected Node Index, VALUE : New Node Index
See Also