Table of Contents

GetString

Methods
public string GetString(string stringName, long? simulationFrame = null)

Returns a string state as of the given simulation frame.

Parameters
Type Name Description
string stringName

Name of the string.

long? simulationFrame

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

Returns
Type Description
string

Value of the string as of the given simulation frame.