External Interfaces/API    
set

Set an interface property to a specific value.

Syntax

Arguments
a
   An activex object handle previously returned from actxcontrol, actxserver, get, or invoke.

propertyname
   A string that is the name of the property to be set.

value
   The value to which the interface property is set.

arg1, ..., argn
   Arguments, if any, required by the property. Properties are similar to methods in that it is possible for a property to have arguments.

Returns

There is no return value from set.

Description

Set an interface property to a specific value. See Converting Data for information on how MATLAB converts workspace matrices to ActiveX data types.

Example


 send Writing Event Handlers