Create copy of insfilterAsync
insfilterAsync
newFilter = copy(filter)
newFilter = copy(filter) returns a copy of the insfilterAsync, filter, that has exactly the same property values.
newFilter
filter
collapse all
Filter to be copied, specified as an insfilterAsync object.
New copied filter, returned as an insfilterAsync object.