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.NodeSpacing Property (ArcObjects .NET 10.5 SDK) |
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