STK ObjectsSend 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 * pVal
);
public: HRESULT put_NorthSouth(
    double dVal
);
[Java]
public double getNorthSouth();
public void setNorthSouth(
    double
);
[Python - STK API ]
@property
def NorthSouth(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.