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.HorizontalEdgeSpacing Property (ArcObjects .NET 10.5 SDK) |
The orthogonal horizontal edge spacing of the diagram properties object.
[Visual Basic .NET] Public Property HorizontalEdgeSpacing As Integer
[C#] public int HorizontalEdgeSpacing {get; set;}
[C++]
HRESULT get_HorizontalEdgeSpacing(
long* pHorizontalEdgeSpacing
);
[C++]
HRESULT put_HorizontalEdgeSpacing(
long pHorizontalEdgeSpacing
);
[C++]
Parameters pHorizontalEdgeSpacing [out, retval] pHorizontalEdgeSpacing is a parameter of type long pHorizontalEdgeSpacing [in] pHorizontalEdgeSpacing is a parameter of type long