ArcObjects Library Reference (Cadastral)  

ICadastralAdjustmentLevel.CadastralFabric Property

The Cadastral Fabric to be modified.

[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 with which the feature classes are associated.

[C++]

See Also

ICadastralAdjustmentLevel Interface