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


ISchematicRouteNodeReductionRule.ReduceAngle 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.ReduceAngle Property
ArcGIS Developer Help

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(
  System.Int32* 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