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