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


ISchematicAlgoReduceVertices.AngleThreshold Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAlgoReduceVertices.AngleThreshold Property

Angle formed by the incident segments over which a vertex related to these segments is reduced.

[Visual Basic .NET]
Public Property AngleThreshold As Double
[C#]
public double AngleThreshold {get; set;}
[C++]
HRESULT get_AngleThreshold(
  double* dAngle
);
[C++]
HRESULT put_AngleThreshold(
  double dAngle
);
[C++]

Parameters dAngle [out, retval] dAngle is a parameter of type double dAngle [in] dAngle is a parameter of type double

Product Availability

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

See Also

ISchematicAlgoReduceVertices Interface