VisualAddSimpleProperty(String, Object, String) Method |
Add a custom property and also add a PropertyAlias for that new customer property making it appear as a Simple Property.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic CustomProperty AddSimpleProperty(
string name,
Object val,
string description
)
Parameters
- name String
- Name of custom property to create.
- val Object
- Initial value of custom property.
- description String
- Description of custom property.
Return Value
CustomPropertyThe newly created custom property object.
See Also