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


INetworkAttributeConfiguration.FindTemplateAttributeByName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IN > INetworkAttributeConfiguration Interface > INetworkAttributeConfiguration.FindTemplateAttributeByName Method
ArcGIS Developer Help

INetworkAttributeConfiguration.FindTemplateAttributeByName Method

Find the index of a template attribute by name.

[Visual Basic .NET]
Public Function FindTemplateAttributeByName ( _
    ByVal Name As String _
) As Integer
[C#]
public int FindTemplateAttributeByName (
    string Name
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkAttributeConfiguration Interface