ExperimentCollectionAddProperty Method |
Adds a new experiment property column to the experiments table.
Namespace: Demo3D.ExperimentsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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