Click or drag to resize

ExportPropertyAttribute Class

Mark a property for FMU / multi-model export.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.VisualsExportPropertyAttribute

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class ExportPropertyAttribute : Attribute

The ExportPropertyAttribute type exposes the following members.

Constructors
 NameDescription
Public methodExportPropertyAttribute Mark a property for FMU / multi-model export.
Public methodExportPropertyAttribute(String, String, Boolean, Boolean) Mark a property for FMU / multi-model export.
Top
Properties
 NameDescription
Public propertyDontInitialize True to prevent the receipt of an initial value being set on this property.
Public propertyInitializePeers True to cause the current value of the property to be sent to all the peers on property connection.
Public propertyName Overrides the default property name.
Public propertyPath Overrides the default path.
Top
See Also