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


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

ICadastralFabricLayer.CadastralFabric Property

The layer's CadastralFabric.

[Visual Basic .NET]
Public Property CadastralFabric As ICadastralFabric
[C#]
public ICadastralFabric CadastralFabric {get; set;}
[C++]
HRESULT get_CadastralFabric(
  ICadastralFabric* CadastralFabric
);
[C++]
HRESULT putref_CadastralFabric(
  ICadastralFabric** CadastralFabric
);
[C++]
Parameters
CadastralFabric [in]

CadastralFabric is a parameter of type ICadastralFabric* CadastralFabric [out, retval]
CadastralFabric is a parameter of type ICadastralFabric**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C++]

HRESULT get_CadastralFabric(

ICadastralFabric** CadastralFabric

);

HRESULT putref_CadastralFabric(

ICadastralFabric* CadastralFabric

);

See Also

ICadastralFabricLayer Interface