ArcFM Engine Developer Guide
Get(Int32) Method


The index location of the %% to return.
Gets the configuration element at the specified index location.
Syntax
'Declaration
 
Public Overloads Function Get( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As NamedElementCollection(Of T)
Dim index As Integer
Dim value As T
 
value = instance.Get(index)
public T Get( 
   int index
)

Parameters

index
The index location of the %% to return.

Return Value

The %% at the specified index.
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