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


IMdDiagramProperties.HorizontalEdgeSpacing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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

Product Availability

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

See Also

IMdDiagramProperties Interface