Click or drag to resize
XDL

XscMeasureDist Class

이 클래스는 하나 이상의 연결된 직선에 대한 거리를 계산한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NSCENEXscObj
    Pixoneer.NXDL.NSCENEXscPolyLine
      Pixoneer.NXDL.NSCENEXscMeasureDist

Namespace: Pixoneer.NXDL.NSCENE
Assembly: NXDLscene (in NXDLscene.dll) Version: 3.0.0.1
Syntax
C#
public class XscMeasureDist : XscPolyLine

The XscMeasureDist type exposes the following members.

Constructors
 NameDescription
Public methodXscMeasureDist XscMeasureDist 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Public methodXscMeasureDist(IntPtr) XscMeasureDist 객체를 생성하고 데이터 멤버를 초기화한다.
Top
Properties
 NameDescription
Public propertyDistUnitType 거리 측정 단위를 가져오거나 설정한다.
Public propertyFontColorMeasure 측정 결과 문자열 색상을 가져오거나 설정한다.
Public propertyFontHeightMeasure 측정 결과 글꼴 크기를 가져오거나 설정한다.
Top
Methods
 NameDescription
Public methodGetResultDistance 거리 측정 결과를 확인한다. 단위 : meter
Top
See Also