Click or drag to resize

Library Class

Library.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionLibrary

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

The Library type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Annotations.
(Inherited from AnnotationsBase)
Public propertyDescription If non-null, description of the library definition option.
Public propertyExternal determines whether the library is contained in the binaries/platform_tuple directory (false) or if it has to be provided by the environment (true).
Public propertyName Name of the library.
Public propertyVersion If non-null, version specifier of the library as defined in PEP 440.
Top
See Also