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: 15.0.2.11458
Syntax
C#
public void AddProperty(
	Visual visual,
	string property,
	Type type
)

Parameters

visual
Type: Demo3D.VisualsVisual
The visual that the property belongs to.
property
Type: SystemString
The property name.
type
Type: SystemType
The type of property.
See Also