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


IWCSBoundingBoxInfo.CRS Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWCSBoundingBoxInfo.CRS Property

CRS name of of this bounding box.

[Visual Basic .NET]
Public ReadOnly Property CRS As String
[C#]
public string CRS {get;}
[C++]
HRESULT get_CRS(
  BSTR* CRS
);
[C++]

Parameters CRS [out, retval] CRS is a parameter of type BSTR

Product Availability

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

See Also

IWCSBoundingBoxInfo Interface