FSUIPC Client DLL
.NET interface for FSUIPC
LVarCollection Class Reference

A collection of LVars. More...

Public Member Functions

IEnumerator GetEnumerator ()
 Returns the enumerator that iterates through all the LVars.
 
bool Exists (string Name)
 Checks if an LVar with the specified name exists.
 

Properties

List< string > Names [get]
 Gets a list of all LVar names.
 
int Count [get]
 The number of LVars in this collection.
 
FsLVar this[string Name] [get]
 Gets the LVar using its Name.
 

Detailed Description

A collection of LVars.

Member Function Documentation

◆ Exists()

bool Exists ( string Name)
inline

Checks if an LVar with the specified name exists.

Parameters
NameThe name of the LVar to check
Returns
Returns true if an LVar with the specified name exists

◆ GetEnumerator()

IEnumerator GetEnumerator ( )
inline

Returns the enumerator that iterates through all the LVars.

Returns

Property Documentation

◆ this[string Name]

FsLVar this[string Name]
get

Gets the LVar using its Name.

Parameters
NameThe name of the LVar to get
Returns
The FsLVar object for the LVar with the specified Name