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


IDECadastralFabric2.MultiGenerationEditing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.MultiGenerationEditing Property
ArcGIS Developer Help

IDECadastralFabric2.MultiGenerationEditing Property

Indicates whether Cadastral Fabrics greater than one level below default can be edited.

[Visual Basic .NET]
Public Property MultiGenerationEditing As Boolean
[C#]
public bool MultiGenerationEditing {get; set;}
[C++]
HRESULT get_MultiGenerationEditing(
  Boolean* pAllow
);
[C++]
HRESULT put_MultiGenerationEditing(
  VARIANT_BOOL pAllow
);
[C++]
Parameters
pAllow [out, retval]

pAllow is a parameter of type bool* pAllow [in]
pAllow is a parameter of type bool

Product Availability

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

See Also

IDECadastralFabric2 Interface