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


ISchematicNodeReductionRule.UseIncidentLinkAttribute Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRule Interface > ISchematicNodeReductionRule.UseIncidentLinkAttribute Property
ArcGIS Developer Help

ISchematicNodeReductionRule.UseIncidentLinkAttribute Property

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(
  Boolean* UseIncidentLinkAttribute
);
[C++]
HRESULT put_UseIncidentLinkAttribute(
  VARIANT_BOOL UseIncidentLinkAttribute
);
[C++]
Parameters
UseIncidentLinkAttribute [out, retval]

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

Product Availability

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

See Also

ISchematicNodeReductionRule Interface