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


IJoinParcelManager.UpdateRotationScaleInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IJ > IJoinParcelManager Interface > IJoinParcelManager.UpdateRotationScaleInfo Method
ArcGIS Developer Help

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