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


IWorkspaceSpatialReferenceInfo Interface (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
ArcGIS Developer Help

IWorkspaceSpatialReferenceInfo Interface

Provides access to spatial reference information for the workspace.

Product Availability

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

Members

Name Description
Read-only property SpatialReferenceInfo The defined Spatial References in the Workspace.

Classes that implement IWorkspaceSpatialReferenceInfo

Classes Description
Sde4Workspace (esriDataSourcesGDB) Esri SDE (4.x) Feature Database.
VersionedWorkspace VersionedWorkspace Object.
Workspace Workspace Object.

Remarks

IWorkspaceSpatialReferenceInfo is an optional interface that can be used by an application to retrieve the set of spatial references that are referenced by geodatasets in a Personal, File or ArcSDE geodatabase.  It has a read-only property, SpatialReferenceInfo, that returns an enumerator that supports the IEnumSpatialReferenceInfo interface. The latter has a Next method that can be used to iterate over the spatial references and their spatial reference ID (SRID) within the geodatabase.

See Also

ISpatialReference Interface