主要内容

clibgen.api.UnsupportedProperty

R2026b

Unsupported property in MATLAB interface to C/C++ library

Since R2026b

Description

A clibgen.api.UnsupportedProperty object represents a C++ property that cannot be included in a generated MATLAB interface. Information about an unsupported property is in the Reason property. For more information, see Limitations to C/C++ Support.

Creation

Create a clibgen.api.UnsupportedProperty object from the UnsupportedProperties property of a clibgen.api.InterfaceDefinition object.

Properties

expand all

This property is read-only.

Fully qualified C++ property name, represented as a string scalar.

This property is read-only.

Class name of the class owning this property (data member), represented as a string scalar.

This property is read-only.

Why property is not supported, represented as a string scalar.

This property is read-only.

Location in the C++ header file of the unsupported property, represented as a string scalar with the format filePath:lineNum.

Version History

Introduced in R2026b