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