Click or drag to resize

AspectComponentBaseReleaseBindingName Method

Releases the generated binding name for an aspect property.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool ReleaseBindingName(
	string propertyName
)

Parameters

propertyName  String
The name of the property.

Return Value

Boolean
Whether the generated binding name was found and released.
Exceptions
ExceptionCondition
Exception
See Also