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


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

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

HRESULT put_CadastralFabric(

ICadastralFabric* pCadastralFabric

);

HRESULT get_CadastralFabric(

ICadastralFabric** ppCadastralFabric

);

See Also

ICadastralAdjustmentLevel Interface