ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.MFalseOriginAndUnits Property

The measure false origin and units.

[Visual Basic .NET]
Public ReadOnly Property MFalseOriginAndUnits As String
[C#]
public string MFalseOriginAndUnits {get;}
[C++]
HRESULT get_MFalseOriginAndUnits(
  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