Description
Ending magnetic latitude field line to show. Uses Latitude Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property StopLatitude() As Double
|
| [C#] |
|---|
public double StopLatitude {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_StopLatitude(); public: __property void set_StopLatitude( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_StopLatitude( double * pRetVal ); public: HRESULT put_StopLatitude( double NewStopLatitude );
|
| [Java] |
|---|
public double getStopLatitude();public void setStopLatitude( double );
|
See Also