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


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

IMdDiagramProperties.HorizontalEdgeSpacing Property

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(
  System.Int32* 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

Product Availability

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

See Also

IMdDiagramProperties Interface