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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.