ArcFM Desktop Developer Guide
Get(String) Method


The name of the T instance to retrieve.
Gets the named instance of T from the collection.
Syntax
'Declaration
 
Public Overloads Function Get( _
   ByVal name As String _
) As T
'Usage
 
Dim instance As NamedElementCollection(Of T)
Dim name As String
Dim value As T
 
value = instance.Get(name)
public T Get( 
   string name
)

Parameters

name
The name of the T instance to retrieve.

Return Value

The instance of T with the specified key; otherwise, a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

NamedElementCollection<T> Class
NamedElementCollection<T> Members
Overload List

 

 


Send Comment