ArcObjects Library Reference (CatalogUI)  

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