Function ====== Patch.SetCurrentDmxAssignment ====== Void Patch.SetCurrentDmxAssignment(DmxAssignment address) ^ API | https://api.avolites.com/18.0/api/Patch.SetCurrentDmxAssignment.html | ^ description | Sets the current DMX assignment which is an ObservableDmxAssignment from a normal DmxAssignment. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Patch]] | ^ parameter | address ( [[macros:type:object:DmxAssignment]] ) : the address to be used in the next patch process | ^ return value | [[macros:type:void]] | This inherently sets the property [[:macros:property:Patch.CurrentDmxAssignment]]. == Example in == [[macros:example:repatchselectedfixtures]]: Patch.SetCurrentDmxAssignment(42.1) == Also used in == {{backlinks>.}} == Remarks ==