This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSCoverageDescription Interface > IWCSCoverageDescription.LonLatSRSName Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR SRS
);
[C++]
Parameters SRS [out, retval] SRS is a parameter of type BSTR SRS [in] SRS is a parameter of type BSTR