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


IJoinParcelManager.UpdateRotationScaleInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IJoinParcelManager.UpdateRotationScaleInfo Method

Update Join Parcel dialog with rotation and scale info.

[Visual Basic .NET]
Public Sub UpdateRotationScaleInfo ( _
    ByVal Rotation As Double, _
    ByVal Scale As Double _
)
[C#]
public void UpdateRotationScaleInfo (
    double Rotation,
    double Scale
);

Product Availability

Available with ArcGIS Desktop.

See Also

IJoinParcelManager Interface