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


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

IMdDiagramProperties.VerticalEdgeSpacing Property

The orthogonal vertical edge spacing of the diagram properties object.

[Visual Basic .NET]
Public Property VerticalEdgeSpacing As Integer
[C#]
public int VerticalEdgeSpacing {get; set;}
[C++]
HRESULT get_VerticalEdgeSpacing(
  System.Int32* pVerticalEdgeSpacing
);
[C++]
HRESULT put_VerticalEdgeSpacing(
  long pVerticalEdgeSpacing
);
[C++]
Parameters
pVerticalEdgeSpacing [out, retval]

pVerticalEdgeSpacing is a parameter of type long* pVerticalEdgeSpacing [in]
pVerticalEdgeSpacing is a parameter of type long

Product Availability

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

See Also

IMdDiagramProperties Interface