|
NXMilmapViewIsExistScale Method
|
입력 인덱스에 맞는 축척이 있는지 확인한다.
Namespace: Pixoneer.NXDL.NXMilmapAssembly: NXMilmap (in NXMilmap.dll) Version: 2.0.3.38
Syntaxpublic bool IsExistScale(
int index
)
Parameters
- index Int32
- 축척 인덱스.
Return Value
Boolean 축척이 있으면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also