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


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

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(
  VARIANT_BOOL* UseFromLinkClass
);
[C++]
HRESULT put_UseFromLinkClass(
  VARIANT_BOOL UseFromLinkClass
);
[C++]

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