Click or drag to resize

ExternalElementBase Class

Element that comes from an external XML file.
Inheritance Hierarchy

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

The ExternalElementBase type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Annotations.
(Inherited from AnnotationsBase)
Public propertyFmiVersion Declares the FMI version defining the XSD of the XML file. Must match FmiVersion.
Top
See Also