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


ICadastralTransformation.CadastralTransformationData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralTransformation Interface > ICadastralTransformation.CadastralTransformationData Property
ArcGIS Developer Help

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++]

HRESULT put_CadastralTransformationData(

ICadastralTransformationData* pCadastralTransformationData

);

HRESULT get_CadastralTransformationData(

ICadastralTransformationData** ppCadastralTransformationData

);

See Also

ICadastralTransformation Interface