Click or drag to resize

Tool Class

Tool specific annotation.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V2.DescriptionTool

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

The Tool type exposes the following members.

Properties
  NameDescription
Public propertyData
Arbitrary XML data structure defined by the tool.
Public propertyName
Name of tool that can interpret the annotation.
Top
See Also