Click or drag to resize

IVIZZARDServiceAddUserDimensionItem_PartMinDistance Method

사용자정의 측정(Node간 최단거리)

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
int AddUserDimensionItem_PartMinDistance(
	List<int> NodeIndexes1,
	List<int> NodeIndexes2
)

Parameters

NodeIndexes1
Type: System.Collections.GenericListInt32
노드인덱스 목록1
NodeIndexes2
Type: System.Collections.GenericListInt32
노드인덱스 목록2

Return Value

Type: Int32
측정ID
See Also