Click or drag to resize
XDL

NanMeasureArea Class

면적 측정 객체 도시 정보를 저장하기 위한 클래스
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXAnnotation.NAnnotationNanObj
    Pixoneer.NXDL.NXAnnotation.NAnnotationNanMeasureArea

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public class NanMeasureArea : NanObj

The NanMeasureArea type exposes the following members.

Constructors
 NameDescription
Public methodNanMeasureArea NanMeasureArea 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Properties
 NameDescription
Public propertyResultArea 면적값을 가져온다.
Public propertyResultCircumference 둘레값을 가져온다.
Public propertyUnitType 측정값 단위 type을 가져오거나 설정한다.
Top
Methods
 NameDescription
Public methodAddVertex polygon 정점 리스트의 끝 부분에 정점을 추가한다.
Public methodCalcRange 객체의 최소, 최대 범위를 계산한다.
(Overrides NanObjCalcRange)
Public methodChangeTextPosition 측정값과 측정값 도시 위치를 계산한다.
Public methodClone 객체를 복사한다.
(Overrides NanObjClone)
Public methodRemoveVertexAt polygon 정점 리스트의 지정한 인덱스에서 정점을 제거한다.
Public methodSetBackColor Background 색을 설정한다.
(Overrides NanObjSetBackColor(Color))
Public methodSetFillStyle 채우기 스타일을 설정한다.
(Overrides NanObjSetFillStyle(eFillStyle))
Public methodSetForeColor Foreground 색을 설정한다.
(Overrides NanObjSetForeColor(Color))
Public methodSetLineColor 선 색을 설정한다.
(Overrides NanObjSetLineColor(Color))
Public methodSetLineStyle 선 스타일을 설정한다.
(Overrides NanObjSetLineStyle(eLineStyle, DoubleCollection))
Public methodSetLineThick 선 두께를 설정한다.
(Overrides NanObjSetLineThick(Double))
Public methodSetTextColor 글씨 색을 설정한다.
(Overrides NanObjSetTextColor(Color))
Public methodSetTextSizeUnit 텍스트 크기 단위(world 좌표 단위)를 설정한다.
Public methodSetThickUnit 도형의 선 굵기 단위(world 좌표 단위)를 설정한다.
(Overrides NanObjSetThickUnit(Boolean, Double, Double))
Public methodSetVertex polygon 정점 리스트의 지정한 인덱스에 정점을 설정한다.
Public methodStatic memberToObjectString 객체 class 이름을 가져온다.
Top
Fields
 NameDescription
Public fieldSR 좌표계를 가져오거나 설정한다.
Top
See Also