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


ISchematicNodeReductionRuleByFlow.ReduceSinks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicNodeReductionRuleByFlow.ReduceSinks Property

Indicates if the reduction reduces the sinks.

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

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

Product Availability

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

See Also

ISchematicNodeReductionRuleByFlow Interface