ExportPropertyAttribute(String, String, Boolean, Boolean) Constructor |
Mark a property for FMU / multi-model export.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic ExportPropertyAttribute(
string? name = null,
string[]? path = null,
bool initializePeers = false,
bool dontInitialize = false
)
Parameters
- name String (Optional)
- Overrides the default property name.
- path String (Optional)
- Overrides the default path.
- initializePeers Boolean (Optional)
- True to cause the current value of the property to be sent to all the peers on property connection.
- dontInitialize Boolean (Optional)
- True to prevent the receipt of an initial value being set on this property.
See Also