STK ObjectsSend 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 * pVal
);
public: HRESULT put_EastWest(
    double dVal
);
[Java]
public double getEastWest();
public void setEastWest(
    double
);
[Python - STK API ]
@property
def EastWest(self) -> float:

@EastWest.setter
def EastWest(self, dVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.