AspectComponentBaseBindingName Method |
Retrieves or generates a binding name for an aspect property.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic string BindingName(
string propertyName
)
Parameters
- propertyName String
- The name of the property.
Return Value
StringThe binding name.
Remarks
The property name must be unique to the aspect.
See Also