This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRule Interface > ISchematicNodeReductionRule.IncidentLinkAttributeName Property (ArcObjects .NET 10.4 SDK) |
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