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


ICadastralFabricRegeneration.CadastralFabric Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabricRegeneration.CadastralFabric Property

Store the Cadastral Fabric which is to be regenerated.

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

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

Product Availability

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

See Also

ICadastralFabricRegeneration Interface