ArcObjects Library Reference (Schematic)  

ISchematicRouteNodeReductionRule.ReduceByAngle Property

Indicates if the reduction reduces all the nodes.

[Visual Basic .NET]
Public Property ReduceByAngle As Boolean
[C#]
public bool ReduceByAngle {get; set;}
[C++]
HRESULT get_ReduceByAngle(
  VARIANT_BOOL* ReduceByAngle
);
[C++]
HRESULT put_ReduceByAngle(
  VARIANT_BOOL ReduceByAngle
);
[C++]

Parameters

ReduceByAngle [out, retval]   ReduceByAngle is a parameter of type VARIANT_BOOL ReduceByAngle [in]   ReduceByAngle is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicRouteNodeReductionRule Interface