ArcObjects Library Reference (Cadastral)  

ICadastralTransformation.Transform Method

Main Adjustment process.

[Visual Basic .NET]
Public Sub Transform ( _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void Transform (
    ITrackCancel pTrackCancel
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Apply Cadastral Transformations to members of specified feature classes.

Transform is called after the CadastralFabric and CadastralTransformationData properties have been set on the CadastralTransformation object.

A TrackCancel object can be used to track the progress of the adjustments, with the progress tracker stepping after each feature class has been adjusted through one adjustment level. This argument can be NULL.

If the CadastralFabric or CadastralTransformationData properties have not been set, no transformations are attempted.

[C++]

See Also

ICadastralTransformation Interface