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





Description

Angular length of the plane from North to South. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_NorthSouth();
public: __property void set_NorthSouth(
double
);

[Unmanaged C++]
public: HRESULT get_NorthSouth(
double * pRetVal
);
public: HRESULT put_NorthSouth(
double NewNorthSouth
);

[Java]
public double getNorthSouth();public void setNorthSouth(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1