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


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

ISchematicAlgoRelativeMainLine.BreakPointAngle Property

Angle comprised between 30� and 90� that defines the relative position of the break point on the first and last segments of the links; that is on the link segments that are paralleled to the tree direction.

[Visual Basic .NET]
Public Property BreakPointAngle As Double
[C#]
public double BreakPointAngle {get; set;}
[C++]
HRESULT get_BreakPointAngle(
  System.Double* pVal
);
[C++]
HRESULT put_BreakPointAngle(
  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

ISchematicAlgoRelativeMainLine Interface