Click or drag to resize

IVIZZARDServiceSetMeasureOption Method

측정 옵션 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void SetMeasureOption(
	int ID,
	bool UsePrefix,
	bool FramePosition,
	bool DXDYDZ,
	int UnitNum,
	bool UnitDisplay,
	bool ShowAssistantLine,
	bool AssistantLineStipple,
	bool ShowFirstAssistantLine
)

Parameters

ID
Type: SystemInt32
측정ID
UsePrefix
Type: SystemBoolean
Prefix
FramePosition
Type: SystemBoolean
좌표계표시
DXDYDZ
Type: SystemBoolean
DXDYDZ 표시
UnitNum
Type: SystemInt32
소수점 자리수
UnitDisplay
Type: SystemBoolean
측정단위 표시
ShowAssistantLine
Type: SystemBoolean
보조지시선 표시
AssistantLineStipple
Type: SystemBoolean

[Missing <param name="AssistantLineStipple"/> documentation for "M:SHConnector.IVIZZARDService.SetMeasureOption(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ShowFirstAssistantLine
Type: SystemBoolean

[Missing <param name="ShowFirstAssistantLine"/> documentation for "M:SHConnector.IVIZZARDService.SetMeasureOption(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also