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


IItemInfo2.SpatialReferenceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo2 Interface > IItemInfo2.SpatialReferenceName Property
ArcGIS Developer Help

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(
  System.String* 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