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


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

IParcelTransformation.SetEnabled Method

Indicates if the transformation tools should be enabled.

[Visual Basic .NET]
Public Function SetEnabled ( _
    ByVal ifModified As Boolean _
) As Boolean
[C#]
public bool SetEnabled (
    bool ifModified
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelTransformation Interface