Click or drag to resize

AspectComponentBaseBindingName Method

Retrieves or generates a binding name for an aspect property.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public string BindingName(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the property.

Return Value

Type: String
The binding name.
Remarks
The property name must be unique to the aspect.
See Also