This document is archived and information here might be outdated. Recommended version. |
SRS name of longtitude and latitude envelope.
[Visual Basic .NET] Public Property LonLatSRSName As String
[C#] public string LonLatSRSName {get; set;}
[C++]
HRESULT get_LonLatSRSName(
BSTR SRS
);
[C++]
HRESULT put_LonLatSRSName(
System.String* SRS
);
[C++]
Parameters SRS [in]
SRS is a parameter of type BSTR SRS [out, retval]
SRS is a parameter of type BSTR*