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


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

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