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


IWorkspaceSpatialReferenceInfo.SpatialReferenceInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceSpatialReferenceInfo Interface > IWorkspaceSpatialReferenceInfo.SpatialReferenceInfo Property
ArcGIS Developer Help

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