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


IMdDiagramProperties.IncrementalLayout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.IncrementalLayout Property
ArcGIS Developer Help

IMdDiagramProperties.IncrementalLayout Property

Indicates if the graph is using incremental layout.

[Visual Basic .NET]
Public Property IncrementalLayout As Boolean
[C#]
public bool IncrementalLayout {get; set;}
[C++]
HRESULT get_IncrementalLayout(
  Boolean* pIncrementalLayout
);
[C++]
HRESULT put_IncrementalLayout(
  VARIANT_BOOL pIncrementalLayout
);
[C++]
Parameters
pIncrementalLayout [out, retval]

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

Product Availability

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

See Also

IMdDiagramProperties Interface