This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoReduceVertices Interface > ISchematicAlgoReduceVertices.AngleThreshold Property (ArcObjects .NET 10.4 SDK) |
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