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


ICadastralFabricSubLayer.CadastralFabric Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ICadastralFabricSubLayer.CadastralFabric Property

The parent cadastral fabric dataset.

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

Parameters ppCadastralFabric [out, retval]
ppCadastralFabric is a parameter of type ICadastralFabric

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadastralFabricSubLayer Interface