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


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

ISchematicNodeReductionRuleByFlow.ReduceSources Property

Indicates if the reduction reduces the sources.

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

Parameters ReduceSources [out, retval] ReduceSources is a parameter of type VARIANT_BOOL ReduceSources [in] ReduceSources 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