FSUIPC Client DLL
.NET interface for FSUIPC
HVarCollection Class Reference

A collection of HVars More...

Inherits IEnumerable.

Public Member Functions

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

Properties

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

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

◆ Count

int Count
get

The number of HVars in this collection

◆ Names

List<string> Names
get

Gets a list of all HVar names

◆ 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