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


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

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

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

Product Availability

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

See Also

ISchematicNodeReductionRuleByFlow Interface