Table of Contents

GetInteger

Methods
public int GetInteger(string integerName, long? simulationFrame = null)

Returns a state of the integer as of the given simulation frame.

Parameters
Type Name Description
string integerName

Name of the integer.

long? simulationFrame

Simulation frame for which state is requested. If null the CurrentSimulationFrame will be used.

Returns
Type Description
int

Value of the integer as of the given simulation frame.