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


IWorkspaceSpatialReferenceInfo.SpatialReferenceInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceSpatialReferenceInfo.SpatialReferenceInfo Property

The defined Spatial References in the Workspace.

[Visual Basic .NET]
Public ReadOnly Property SpatialReferenceInfo As IEnumSpatialReferenceInfo
[C#]
public IEnumSpatialReferenceInfo SpatialReferenceInfo {get;}
[C++]
HRESULT get_SpatialReferenceInfo(
  IEnumSpatialReferenceInfo** spatialReferences
);
[C++]

Parameters spatialReferences [out, retval]
spatialReferences is a parameter of type IEnumSpatialReferenceInfo

Product Availability

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

See Also

IWorkspaceSpatialReferenceInfo Interface