IntArray class

IntArray class

The integer array. The INT_ARRAY element declares the storage for a homogenous array of integer values.

Inheritance: IntArrayColladaElement

The IntArray type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the IntArray class.

Properties

PropertyDescription
idGets or sets the id.
The id attribute is a text string containing the unique identifier of this element.
This value must be unique within the instance document.
Optional attribute.
nameGets or sets the name.
The name attribute is the text string name of this element.
Optional attribute.
countGets or sets the count.
The count attribute indicates the number of values in the array.
Required attribute.
min_inclusiveGets or sets the min inclusive.
The minInclusive attribute indicates the smallest integer value that can be contained in the array.
The default value is -2147483648.
Optional attribute.
max_inclusiveGets or sets the max inclusive.
The maxInclusive attribute indicates the largest integer value that can be contained in the array.
The default value is 2147483647.
Optional attribute.
textGets or sets the value as text.

See Also