Longitude at which the latitude line begins. Uses Longitude Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property StartLongitude() As System.Object |
[C#] |
---|
public System.Object StartLongitude {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_StartLongitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_StartLongitude( VARIANT * pVal ); public: HRESULT put_StartLongitude( VARIANT StartLongitude ); |
[Java] |
---|
public AgVariant getStartLongitude(); public void setStartLongitude( AgVariant ); |