AspectBindableItemNameStoreRelease Method |
Releases the binding name for the given property name.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic bool Release(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
The property name.
Return Value
Type:
BooleanWhether the binding name was found and released.
Exceptions| Exception | Condition |
|---|
| ArgumentException | |
See Also