Click or drag to resize

BuildConfiguration Class

Build configuration.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionBuildConfiguration

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

The BuildConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Annotations.
(Inherited from AnnotationsBase.)
Public propertyDescription
If non-null, description of the build configuration.
Public propertyLibraries
Libraries.
Public propertyModelIdentifier
If non-null, the identifier that matches ModelIdentifier, ModelIdentifier, and ModelIdentifier, if present in ModelDescription.
Public propertyPlatform
If non-null, platform tuple of the platform the BuildConfiguration is intended for (e.g. x86_64-linux).
Public propertySourceFileSets
Source file sets.
Top
See Also