Click or drag to resize

Dimension Class

Variable array dimension.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionDimension

Namespace: Emulate3D.FMI.V3.Description
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class Dimension : ElementBase

The Dimension type exposes the following members.

Properties
 NameDescription
Public propertyStart If non-null, dimension start value.
Public propertyValueReference If non-null, dimension value reference.
Top
See Also