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


ISchematicAlgoMainLineTree.BreakPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoMainLineTree Interface > ISchematicAlgoMainLineTree.BreakPoint Property
ArcGIS Developer Help

ISchematicAlgoMainLineTree.BreakPoint Property

Number comprised between 0 and 1 to define the relative position of the break point on the last segment of the links; that is on the link segment that is paralleled to the main line.

[Visual Basic .NET]
Public Property BreakPoint As Double
[C#]
public double BreakPoint {get; set;}
[C++]
HRESULT get_BreakPoint(
  System.Double* pVal
);
[C++]
HRESULT put_BreakPoint(
  double pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type double* pVal [in]
pVal is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgoMainLineTree Interface