This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IN > INetworkAttributeConfiguration Interface > INetworkAttributeConfiguration.FindTemplateAttributeByName Method (ArcObjects .NET 10.5 SDK) |
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 );