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


IGPZDomain.GetSpatialReference Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPZDomain Interface > IGPZDomain.GetSpatialReference Method
ArcGIS Developer Help

IGPZDomain.GetSpatialReference Method

Get the spatial reference of the z domain.

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

Product Availability

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

See Also

IGPZDomain Interface