The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

: 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