Click or drag to resize

UDAManagerAdd Method (ListValueTupleInt32, Int32, String, DictionaryString, String)

복수개의 개체에 속성을 추가

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public void Add(
	List<(int , int )> entrys,
	string category,
	Dictionary<string, string> property
)

Parameters

entrys
Type: System.Collections.GenericListValueTupleInt32, Int32
노드 리스트
category
Type: SystemString
카테고리 - Default: "General"
property
Type: System.Collections.GenericDictionaryString, String
속성
See Also