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


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

ISchematicNodeReductionRuleByFlow.UseFromLinkClass Property

Indicates if the Schematic Node Reduction By Flow rule must keep the from link schematic element class for the link created during the reduction.

[Visual Basic .NET]
Public Property UseFromLinkClass As Boolean
[C#]
public bool UseFromLinkClass {get; set;}
[C++]
HRESULT get_UseFromLinkClass(
  Boolean* UseFromLinkClass
);
[C++]
HRESULT put_UseFromLinkClass(
  VARIANT_BOOL UseFromLinkClass
);
[C++]
Parameters
UseFromLinkClass [out, retval]

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

Product Availability

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

See Also

ISchematicNodeReductionRuleByFlow Interface