Click or drag to resize

ScalarVariableBoolean Class

Boolean type.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V2.DescriptionScalarVariableBoolean

Namespace:  Emulate3D.FMI.V2.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class Boolean : ElementBase, 
	ScalarVariableIType

The ScalarVariableBoolean type exposes the following members.

Properties
  NameDescription
Public propertyDeclaredType
If non-null, name of type defined with SimpleType.
Public propertyStart
If non-null, initial or guess value of variable.
Top
See Also