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


ISchematicNodeReductionRuleByFlow.ReduceSources 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.ReduceSources Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

ISchematicNodeReductionRuleByFlow Interface