Click or drag to resize

ExportPropertyAttribute(String, String, Boolean, Boolean) Constructor

Mark a property for FMU / multi-model export.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public 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