Click or drag to resize

VisualAddTemporaryProperty(String, Object) Method

Create a temporary custom property that won't persistent on disk when saved. The property will also be hidden in the user interface.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public CustomProperty AddTemporaryProperty(
	string name,
	Object val
)

Parameters

name  String
Name of custom property to create.
val  Object
Initial value of custom property.

Return Value

CustomProperty
The newly created custom property object.
See Also