Click or drag to resize
XDL

NXMilmapViewIsExistScale Method

입력 인덱스에 맞는 축척이 있는지 확인한다.

Namespace:  Pixoneer.NXDL.NXMilmap
Assembly:  NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntax
C#
public bool IsExistScale(
	int index
)

Parameters

index
Type: SystemInt32
축척 인덱스.

Return Value

Type: Boolean
축척이 있으면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also