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