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


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

IGPMDomain.SetMDomainFromSpatialReference Method

Set the m domain from a spatial reference.

[Visual Basic .NET]
Public Sub SetMDomainFromSpatialReference ( _
    ByVal pSpRef As ISpatialReference _
)
[C#]
public void SetMDomainFromSpatialReference (
    ISpatialReference pSpRef
);
[C++]
HRESULT SetMDomainFromSpatialReference(
  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

IGPMDomain Interface