This document is archived and information here might be outdated. Recommended version. |
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