Description
The altitude of the sensor's parent object
(assumed to be constant). Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property ParentAltitude() As Double
|
| [C#] |
public double ParentAltitude {get; set;}
|
| [Managed C++] |
public: __property double get_ParentAltitude();
public: __property void set_ParentAltitude(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_ParentAltitude(
double * pRetVal
);
public: HRESULT put_ParentAltitude(
double NewParentAltitude
);
|
| [Java] |
public double getParentAltitude();public void setParentAltitude(
double
);
|
See Also