Click or drag to resize
MWStringArray Properties

The MWStringArray type exposes the following members.

Properties
  NameDescription
Public propertyArrayType
Read only property returning the derived type of the MWArray
(Inherited from MWArray.)
Public propertyDimensions
Read only property returning a native integer array containing the size of each dimension of the MWArray.
(Inherited from MWArray.)
Public propertyStatic memberEmpty
Read only property returning a writeable version of an empty MWStringArray.
Public propertyIsCellArray
Returns "true" for an MWCellArray.
(Inherited from MWArray.)
Public propertyIsCharArray
Returns true for an MWCharArray.
(Inherited from MWArray.)
Public propertyIsDisposed
Read only property returning the handle status of the encapsulated MWArray
(Inherited from MWArray.)
Public propertyIsEmpty
Returns true if the MWArray is empty.
(Inherited from MWArray.)
Public propertyIsLogicalArray
Returns true for an MWLogicalArray.
(Inherited from MWArray.)
Public propertyIsNumericArray
Returns true for an MWNumericArray.
(Inherited from MWArray.)
Public propertyIsStringArray
Returns true for an MWStringArray.
(Inherited from MWArray.)
Public propertyIsStructArray
Returns true for an MWStructArray.
(Inherited from MWArray.)
Public propertyItem
The MATLAB string array indexer.
Public propertyNumberofDimensions
Read only property returning the number of dimensions in the MWArray.
(Inherited from MWArray.)
Public propertyNumberOfElements
Read only property returning the number of elements in the MWArray.
(Inherited from MWArray.)
Top
See Also