AdvancedPropertyValueT Constructor (Visual, String) |
Construct an AdvancedPropertyValue for a given visual and custom property name.
This will create the custom property if it doesn't exist and ensure the type of the value is T.
The property will be shown in the Advanced section of the property grid in the user interface.
If a property alias exists which made a Simple property before, that property alias will be removed.
Namespace:
Demo3D.Native
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic AdvancedPropertyValue(
Visual v,
string propertyName
)
Parameters
- v
- Type: Demo3D.VisualsVisual
The visual to find or create the advanced custom property for. - propertyName
- Type: SystemString
The name of the advanced custom property.
See Also