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


IGSParcel.ScaleUnits Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.ScaleUnits Method
ArcGIS Developer Help

IGSParcel.ScaleUnits Method

Scale the distance units for a parcel.

[Visual Basic .NET]
Public Sub ScaleUnits ( _
    ByVal oldUnits As String _
)
[C#]
public void ScaleUnits (
    string oldUnits
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface