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


ICadastralTransformation.CadastralFabric Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Cadastral)  

ICadastralTransformation.CadastralFabric Property

The Cadastral Fabric containing the adjustment vectors etc.

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

Product Availability

Available with ArcGIS Desktop.

Errors Returned

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

Remarks

The Cadastral Fabric containing the sets of Adjustment Vectors to be applied.

Transformations can only be applied from one Cadastral Fabric at a time.

[C++]

See Also

ICadastralTransformation Interface