set Artboard Property
fun setArtboardProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, artboardHandle: ArtboardHandle?)
Assign an artboard to a bindable artboard property on the view model instance, or clear the property if artboardHandle is null.
Parameters
view Model Instance Handle
The handle of the view model instance that the property belongs to.
property Path
The path to the property that should be assigned to. Slash delimited.
artboard Handle
The handle of the artboard to assign, or null to clear the property.
Throws
If the CommandQueue has been released.