AGI STK Objects 11 Send comments on this topic.
EastWest Property (IAgVeVOGeoBox)
See Also 





Description

Angular length of the plane from East to West. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_EastWest();
public: __property void set_EastWest(
double
);

[Unmanaged C++]
public: HRESULT get_EastWest(
double * pRetVal
);
public: HRESULT put_EastWest(
double NewEastWest
);

[Java]
public double getEastWest();public void setEastWest(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1