ArcObjects Library Reference (Geoprocessing)  

IGPZDomain.SetZDomainFromSpatialReference Method

Set the z domain from a spatial reference.

[Visual Basic .NET]
Public Sub SetZDomainFromSpatialReference ( _
    ByVal pSpRef As ISpatialReference _
)
[C#]
public void SetZDomainFromSpatialReference (
    ISpatialReference pSpRef
);
[C++]
HRESULT SetZDomainFromSpatialReference(
  ISpatialReference* pSpRef
);
[C++]

Parameters

pSpRef [in]

  pSpRef is a parameter of type ISpatialReference

Product Availability

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

See Also

IGPZDomain Interface