ArcObjects Library Reference (Cadastral)  

ICadastralTransformation.CadastralTransformationData Property

The transformation data for adjusting feature classes associated with the cadastral fabric.

[Visual Basic .NET]
Public Property CadastralTransformationData As ICadastralTransformationData
[C#]
public ICadastralTransformationData CadastralTransformationData {get; set;}

Product Availability

Available with ArcGIS Desktop.

Errors Returned

E_INVALIDARG The input parameter was not a valid ICadastralTransformationData* or ICadastralTransformationData** pointer.

Remarks

Store or retrieve the CadastralTransformationData object holding details of the feature classes to be transformed together with their corresponding target adjustment levels.

A CadastralTransformationData object acts as a container which holds the details of the feature classes to be transformed and their target adjustment levels. It must be cocreated, populated using AddData then associated with the CadastralTransformation object using put_CadastralTransformationData.

[C++]

See Also

ICadastralTransformation Interface