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


ISchematicRouteNodeReductionRule.ReduceByAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRouteNodeReductionRule Interface > ISchematicRouteNodeReductionRule.ReduceByAngle Property
ArcGIS Developer Help

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(
  Boolean* ReduceByAngle
);
[C++]
HRESULT put_ReduceByAngle(
  VARIANT_BOOL ReduceByAngle
);
[C++]
Parameters
ReduceByAngle [out, retval]

ReduceByAngle is a parameter of type bool* ReduceByAngle [in]
ReduceByAngle is a parameter of type bool

Product Availability

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

See Also

ISchematicRouteNodeReductionRule Interface