S =
get (obj)
¶S =
get (obj, propertynames)
¶A get override for octave_com_object objects.
When specifying just obj, the function will return a list of property names in S. When also providing propertynames, the function return the values of the properties.
See also: com_get, get.
Package: windows