This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.VariableLevelSpacing Property (ArcObjects .NET 10.5 SDK) |
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