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.ReduceSources Property (ArcObjects .NET 10.5 SDK) |
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