ArcObjects Library Reference (Geoprocessing)  

IMdDiagramProperties.LevelSpacing Property

The level spacing of the diagram properties object.

[Visual Basic .NET]
Public Property LevelSpacing As Integer
[C#]
public int LevelSpacing {get; set;}
[C++]
HRESULT get_LevelSpacing(
  long* pLevelSpacing
);
[C++]
HRESULT put_LevelSpacing(
  long pLevelSpacing
);
[C++]

Parameters

pLevelSpacing [out, retval]   pLevelSpacing is a parameter of type long pLevelSpacing [in]   pLevelSpacing is a parameter of type long

Product Availability

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

See Also

IMdDiagramProperties Interface