Click or drag to resize

PreprocessorDefinition Class

Preprocessor definition.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionPreprocessorDefinition

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

The PreprocessorDefinition type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Annotations.
(Inherited from AnnotationsBase)
Public propertyDescription If non-null, description of the preprocessor definition.
Public propertyName Name of the preprocessor definition.
Public propertyOptional Determines whether the definition is optional.
Public propertyOptions Preprocessor options.
Public propertyValue Value of the preprocessor definition.
Top
See Also