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