CustomPropertyCollectionDefine Method |
Namespace: Demo3D.UtilitiesAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic CustomProperty Define(
string name,
Type type,
Object val,
string description
)
Parameters
- name String
- Name of the custom property.
- type Type
- Type to set the custom property value to be.
- val Object
- Value of the custom property.
- description String
- Description of the custom property.
Return Value
CustomPropertyNew or modified custom property object.
See Also