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


IParcelConstruction4.ApplyScaleAndRotation Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

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