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


IMdDiagramProperties.AutoLayout 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.AutoLayout Property
ArcGIS Developer Help

IMdDiagramProperties.AutoLayout Property

Indicates if auto layout is active.

[Visual Basic .NET]
Public Property AutoLayout As Boolean
[C#]
public bool AutoLayout {get; set;}
[C++]
HRESULT get_AutoLayout(
  Boolean* pAutoLayout
);
[C++]
HRESULT put_AutoLayout(
  VARIANT_BOOL pAutoLayout
);
[C++]
Parameters
pAutoLayout [out, retval]

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

Product Availability

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

See Also

IMdDiagramProperties Interface