This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRuleByFlow Interface > ISchematicNodeReductionRuleByFlow.ReduceSinks Property (ArcObjects .NET 10.5 SDK) |
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