VisualCustomPropertyDefined Method |
Determine whether a given custom property name is defined.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic bool CustomPropertyDefined(
string name
)
Parameters
- name
- Type: SystemString
Name of custom property to check for the existence of.
Return Value
Type:
Booleantrue if the custom property is defined, otherwise false.
See Also