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


IMdDiagramProperties.VariableLevelSpacing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* pVariableLevelSpacing
);
[C++]
HRESULT put_VariableLevelSpacing(
  VARIANT_BOOL pVariableLevelSpacing
);
[C++]

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

Product Availability

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

See Also

IMdDiagramProperties Interface