IAgODProvideTrackingDataLib 13Send comments on this topic.
MeasureType Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

A numeric ID that specifies the type of measurement.

The default is 13 (nothing).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeasureType() As EMeasType
[C#]
public EMeasType MeasureType {get; set;}
[Managed C++]
public: __property EMeasType get_MeasureType();
public: __property void set_MeasureType( EMeasType );
[Unmanaged C++]
public: HRESULT get_MeasureType(
    EMeasType * pVal
);
public: HRESULT put_MeasureType(
    EMeasType newVal
);
[Java]
public EMeasType getMeasureType();
public void setMeasureType(
    EMeasType
);
[Python - STK API ]
@property
def MeasureType(self) -> EMeasType:

@MeasureType.setter
def MeasureType(self, newVal:EMeasType) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.