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


IItemInfo2.SpatialReferenceName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IItemInfo2.SpatialReferenceName Property

The name of the spatial reference.

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

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

Product Availability

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

See Also

IItemInfo2 Interface