Click or drag to resize

ExperimentCollectionAddProperty Method

Adds a new experiment property column to the experiments table.

Namespace: Demo3D.Experiments
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void AddProperty(
	Visual visual,
	string property,
	Type type
)

Parameters

visual  Visual
The visual that the property belongs to.
property  String
The property name.
type  Type
The type of property.
See Also