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


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

IMdDiagramProperties.VariableLevelSpacing Property

Indicates if the graph is using variable level spacing.

[Visual Basic .NET]
Public Property VariableLevelSpacing As Boolean
[C#]
public bool VariableLevelSpacing {get; set;}
[C++]
HRESULT get_VariableLevelSpacing(
  Boolean* pVariableLevelSpacing
);
[C++]
HRESULT put_VariableLevelSpacing(
  VARIANT_BOOL pVariableLevelSpacing
);
[C++]
Parameters
pVariableLevelSpacing [out, retval]

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

Product Availability

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

See Also

IMdDiagramProperties Interface