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


ISchematicNodeReductionRule.UseIncidentLinkAttribute Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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(
  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

Product Availability

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

See Also

ISchematicNodeReductionRule Interface