ArcObjects Library Reference (CadastralUI)  

IParcelConstruction3.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

IParcelConstruction3 Interface