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 > ISchematicNodeReductionRule Interface > ISchematicNodeReductionRule.UseIncidentLinkAttribute Property (ArcObjects .NET 10.5 SDK) |
Indicates if the Schematic Node Reduction rule use the link attribute.
[Visual Basic .NET] Public Property UseIncidentLinkAttribute As Boolean
[C#] public bool UseIncidentLinkAttribute {get; set;}
[C++]
HRESULT get_UseIncidentLinkAttribute(
VARIANT_BOOL* UseIncidentLinkAttribute
);
[C++]
HRESULT put_UseIncidentLinkAttribute(
VARIANT_BOOL UseIncidentLinkAttribute
);
[C++]
Parameters UseIncidentLinkAttribute [out, retval] UseIncidentLinkAttribute is a parameter of type VARIANT_BOOL UseIncidentLinkAttribute [in] UseIncidentLinkAttribute is a parameter of type VARIANT_BOOL