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


IParcelConstruction4.ApplyScaleAndRotation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction4 Interface > IParcelConstruction4.ApplyScaleAndRotation Method
ArcGIS Developer Help

IParcelConstruction4.ApplyScaleAndRotation Method

Apply scale and rotation to lines' bearing and distance. Use for lines that are inversed from coordinates.

[Visual Basic .NET]
Public Sub ApplyScaleAndRotation ( _
    ByVal pGSLine As IGSLine, _
    ByVal forLinePersistance As Boolean _
)
[C#]
public void ApplyScaleAndRotation (
    IGSLine pGSLine,
    bool forLinePersistance
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction4 Interface