ArcObjects Library Reference (Schematic)  

ISchematicRouteNodeReductionRule.ReduceAngle Property

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

Product Availability

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

See Also

ISchematicRouteNodeReductionRule Interface