AspectBindableItemNameStoreRelease Method |
Releases the binding name for the given property name.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool Release(
string propertyName
)
Parameters
- propertyName String
- The property name.
Return Value
BooleanWhether the binding name was found and released.
Exceptions
See Also