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


ICadastralFabricLayer.CadastralFabric Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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 [out, retval]
CadastralFabric is a parameter of type ICadastralFabric CadastralFabric [in]
CadastralFabric is a parameter of type ICadastralFabric

Product Availability

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

See Also

ICadastralFabricLayer Interface