ArcObjects Library Reference (Schematic)  

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