AGI STK Objects 11 Send comments on this topic.
OriginAltitude Property (IAgVeVOLineOfBearing)
See Also 





Description

Specifies the altitude for the origin of the line of bearing. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OriginAltitude() As Double

[C#]
public double OriginAltitude {get; set;}

[Managed C++]
public: __property double get_OriginAltitude();
public: __property void set_OriginAltitude(
double
);

[Unmanaged C++]
public: HRESULT get_OriginAltitude(
double * pRetVal
);
public: HRESULT put_OriginAltitude(
double NewOriginAltitude
);

[Java]
public double getOriginAltitude();public void setOriginAltitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1