External Interfaces/API    
get

Retrieve a property value from an interface or get a list of properties.

Syntax

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

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

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

Returns

The value of the property or a list of properties (if you use the form get(a)). The meaning and type of this value is dependent upon the specific property being retrieved. The object's documentation should describe the specific meaning of the return value. See Converting Data for a description of how MATLAB converts ActiveX data types.

Description

Retrieve a property value from an interface.

Example

Retrieve a single, property value:

Retrieve a list of properties:


 delete invoke