This document is archived and information here might be outdated. Recommended version. |
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;}
E_INVALIDARG The input parameter was not a valid ICadastralTransformationData* or ICadastralTransformationData** pointer.
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.
HRESULT put_CadastralTransformationData(
ICadastralTransformationData* pCadastralTransformationData
);
HRESULT get_CadastralTransformationData(
ICadastralTransformationData** ppCadastralTransformationData
);