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


IDECadastralFabric2.MultiLevelReconcile Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IDECadastralFabric2.MultiLevelReconcile Property

Indicates if reconciling and posting with an ancestor more than one generation above the working version is allowed.

[Visual Basic .NET]
Public Property MultiLevelReconcile As Boolean
[C#]
public bool MultiLevelReconcile {get; set;}
[C++]
HRESULT get_MultiLevelReconcile(
  VARIANT_BOOL* pAllow
);
[C++]
HRESULT put_MultiLevelReconcile(
  VARIANT_BOOL pAllow
);
[C++]

Parameters pAllow [out, retval] pAllow is a parameter of type VARIANT_BOOL pAllow [in] pAllow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDECadastralFabric2 Interface