Click or drag to resize

MeasureItem Class

Measure Item Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataMeasureItem

Namespace: VIZCore3D.NET.Data
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public class MeasureItem : VIZCoreBase

The MeasureItem type exposes the following members.

Properties
 NameDescription
Public propertyDescription 측정 설명
Public propertyID 아이디
Public propertyKind 측정 유형
Public propertyPosition 측정 위치 정보
Public propertySelected 선택 상태
Public propertyStyle 측정 항목 스타일
Public propertyTitle 측정 텍스트
Public propertyVisible 보이기/숨기기 상태
Top
Methods
 NameDescription
Public methodUpdateDescription 측정 description 변경 : 측정 옵션(스타일) 변경으로 자동변경이 발생할수 있음.
Public methodUpdatePosition 측정 위치 변경
Public methodUpdateText 측정 텍스트 변경 : 측정 옵션(스타일) 변경으로 자동변경이 발생할수 있음.
Top
See Also