AspectComponentBaseReleaseBindingName Method |
Releases the generated binding name for an aspect property.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 16.01.07
Syntaxpublic bool ReleaseBindingName(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
The name of the property.
Return Value
Type:
BooleanWhether the generated binding name was found and released.
Exceptions
See Also