This document is archived and information here might be outdated.  Recommended version.


IWCSCoverageDescription.LonLatSRSName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSCoverageDescription Interface > IWCSCoverageDescription.LonLatSRSName Property
ArcGIS Developer Help

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(
  System.String* SRS
);
[C++]
Parameters
SRS [in]

SRS is a parameter of type BSTR SRS [out, retval]
SRS is a parameter of type BSTR*

Product Availability

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

See Also

IWCSCoverageDescription Interface