ArcObjects Library Reference (GISClient)  

IWCSCoverageDescription.LonLatSRSName Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWCSCoverageDescription Interface