This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRouteNodeReductionRule Interface > ISchematicRouteNodeReductionRule.ReduceAngle Property (ArcObjects .NET 10.5 SDK) |
Reduction angle of the rule.
[Visual Basic .NET] Public Property ReduceAngle As Integer
[C#] public int ReduceAngle {get; set;}
[C++]
HRESULT get_ReduceAngle(
long* ReduceAngle
);
[C++]
HRESULT put_ReduceAngle(
long ReduceAngle
);
[C++]
Parameters ReduceAngle [out, retval] ReduceAngle is a parameter of type long ReduceAngle [in] ReduceAngle is a parameter of type long