CustomPropertyCollectionDefined Method |
Is a custom property name defined.
Namespace: Demo3D.UtilitiesAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic bool Defined(
string name
)
Parameters
- name String
- Custom property name to check for is it defined.
Return Value
Booleantrue if the custom property is defined, otherwise false.
See Also