This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoRelativeMainLine Interface > ISchematicAlgoRelativeMainLine.MinimalDistanceBetweenNodes Property (ArcObjects .NET 10.4 SDK) |
Minimal distance between nodes along direction defines where compression can occur.
[Visual Basic .NET] Public Property MinimalDistanceBetweenNodes As Double
[C#] public double MinimalDistanceBetweenNodes {get; set;}
[C++]
HRESULT get_MinimalDistanceBetweenNodes(
double* pVal
);
[C++]
HRESULT put_MinimalDistanceBetweenNodes(
double pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type double pVal [in] pVal is a parameter of type double