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


ISchematicNodeReductionRule.IncidentLinkAttributeName 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.IncidentLinkAttributeName Property
ArcGIS Developer Help

ISchematicNodeReductionRule.IncidentLinkAttributeName Property

Name of the attribute field that use for the link attribute option.

[Visual Basic .NET]
Public Property IncidentLinkAttributeName As String
[C#]
public string IncidentLinkAttributeName {get; set;}
[C++]
HRESULT get_IncidentLinkAttributeName(
  System.String* IncidentLinkAttributeName
);
[C++]
HRESULT put_IncidentLinkAttributeName(
  BSTR IncidentLinkAttributeName
);
[C++]
Parameters
IncidentLinkAttributeName [out, retval]

IncidentLinkAttributeName is a parameter of type BSTR* IncidentLinkAttributeName [in]
IncidentLinkAttributeName is a parameter of type BSTR

Product Availability

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

See Also

ISchematicNodeReductionRule Interface