Click or drag to resize
XDL

NXMilmapEngineGetScaleName Method

입력 인덱스에 대응하는 축척의 이름을 가져온다.

Namespace:  Pixoneer.NXDL.NXMilmap
Assembly:  NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntax
C#
public string GetScaleName(
	int nScaleIndex
)

Parameters

nScaleIndex
Type: SystemInt32

[Missing <param name="nScaleIndex"/> documentation for "M:Pixoneer.NXDL.NXMilmap.NXMilmapEngine.GetScaleName(System.Int32)"]

Return Value

Type: String
축척 이름을 반환한다.
See Also