ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.MDomain Property

The extent of the measure domain.

[Visual Basic .NET]
Public ReadOnly Property MDomain As String
[C#]
public string MDomain {get;}
[C++]
HRESULT get_MDomain(
  BSTR* Results
);
[C++]

Parameters

Results [out, retval]   Results is a parameter of type BSTR

Product Availability

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

See Also

IGpSpRefObject Interface