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


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

IMdDiagramProperties.NodeSpacing Property

The node spacing of the diagram properties object.

[Visual Basic .NET]
Public Property NodeSpacing As Integer
[C#]
public int NodeSpacing {get; set;}
[C++]
HRESULT get_NodeSpacing(
  long* pNodeSpacing
);
[C++]
HRESULT put_NodeSpacing(
  long pNodeSpacing
);
[C++]

Parameters pNodeSpacing [out, retval] pNodeSpacing is a parameter of type long pNodeSpacing [in] pNodeSpacing is a parameter of type long

Product Availability

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

See Also

IMdDiagramProperties Interface