Click or drag to resize

InstanceGetNumberOfContinuousStates Method

Get number of continuous states.

Namespace:  Emulate3D.FMI.V3
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Status GetNumberOfContinuousStates(
	out ulong nContinuousStates
)

Parameters

nContinuousStates
Type: SystemUInt64
Number of continuous states.

Return Value

Type: Status
Status flag.
See Also