MWStringArray Properties |
The MWStringArray type exposes the following members.
Name | Description | |
---|---|---|
ArrayType |
Read only property returning the derived type of the MWArray (Inherited from MWArray.) | |
Dimensions |
Read only property returning a native integer array containing the size of each dimension of the MWArray.
(Inherited from MWArray.) | |
Empty |
Read only property returning a writeable version of an empty MWStringArray.
| |
IsCellArray |
Returns "true" for an MWCellArray.
(Inherited from MWArray.) | |
IsCharArray |
Returns true for an MWCharArray.
(Inherited from MWArray.) | |
IsDisposed |
Read only property returning the handle status of the encapsulated MWArray (Inherited from MWArray.) | |
IsEmpty |
Returns true if the MWArray is empty.
(Inherited from MWArray.) | |
IsLogicalArray |
Returns true for an MWLogicalArray.
(Inherited from MWArray.) | |
IsNumericArray |
Returns true for an MWNumericArray.
(Inherited from MWArray.) | |
IsStringArray |
Returns true for an MWStringArray.
(Inherited from MWArray.) | |
IsStructArray |
Returns true for an MWStructArray.
(Inherited from MWArray.) | |
Item |
The MATLAB string array indexer.
| |
NumberofDimensions |
Read only property returning the number of dimensions in the MWArray.
(Inherited from MWArray.) | |
NumberOfElements |
Read only property returning the number of elements in the MWArray.
(Inherited from MWArray.) |