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