Overview
A Property stores a single named, typed value on any A3DObject. Properties are managed through the PropertyCollection on each scene object.
Properties
| Name | Type | Access | Description |
|---|
Name | string | get | Property name |
Value | object | get/set | Current value |
See Also