FSUIPC Client DLL
.NET interface for FSUIPC
HVarCollection Class Reference

A collection of HVars. More...

Public Member Functions

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

Properties

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

Detailed Description

A collection of HVars.

Member Function Documentation

◆ Exists()

bool Exists ( string Name)
inline

Checks if an HVar with the specified name exists.

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

◆ GetEnumerator()

IEnumerator GetEnumerator ( )
inline

Returns the enumerator that iterates through all the HVars.

Returns

Property Documentation

◆ this[string Name]

FsHVar this[string Name]
get

Gets the HVar using its Name.

Parameters
NameThe name of the HVar to get
Returns
The FsHVar object for the HVar with the specified Name