Longitude at which the latitude line ends. Uses Longitude Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property StopLongitude() As System.Object |
[C#] |
---|
public System.Object StopLongitude {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_StopLongitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopLongitude( VARIANT * pVal ); public: HRESULT put_StopLongitude( VARIANT StopLongitude ); |
[Java] |
---|
public AgVariant getStopLongitude(); public void setStopLongitude( AgVariant ); |