Click or drag to resize
XDL

NanBitmapIsIndexMap Method

인덱스맵으로 정의된 NanBitmap 객체인지 여부를 가져온다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public bool IsIndexMap()

Return Value

Boolean
인덱스맵이면 true, 아니면 false를 반환
See Also