ArcObjects Library Reference (Geoprocessing)  

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(
  long* 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