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


IGPMDomain.GetSpatialReference Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPMDomain.GetSpatialReference Method

Get the spatial reference of the m domain.

[Visual Basic .NET]
Public Function GetSpatialReference ( _
) As ISpatialReference
[C#]
public ISpatialReference GetSpatialReference (
);
[C++]
HRESULT GetSpatialReference(
  ISpatialReference** ppSpatialReference
);
[C++]

Parameters ppSpatialReference [out, retval]
ppSpatialReference is a parameter of type ISpatialReference

Product Availability

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

See Also

IGPMDomain Interface