Click or drag to resize

IVIZZARDServiceAddUserDimensionItem_MultiPointDistance Method

사용자정의 측정 추가

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
List<int> AddUserDimensionItem_MultiPointDistance(
	List<Vertex3D> Positions,
	List<Vertex3D> Directions,
	Vertex3D OffsetDirection,
	float OffsetValue,
	int TextHeight,
	Color TextColor,
	Color BGColor,
	int DecimalPoint
)

Parameters

Positions
Type: System.Collections.GenericListVertex3D
측정 포인트
Directions
Type: System.Collections.GenericListVertex3D
측정 방향
OffsetDirection
Type: SHConnectorVertex3D
측정 표시 방향
OffsetValue
Type: SystemSingle
측정 표시 Offset
TextHeight
Type: SystemInt32
글자 크기
TextColor
Type: System.DrawingColor
글자색
BGColor
Type: System.DrawingColor
배경색
DecimalPoint
Type: SystemInt32
소수점 이하 표시 개수

Return Value

Type: ListInt32
측정ID
See Also