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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.