IdRefArray class
IdRefArray class
The id ref array. The IDREF_array element declares the storage for a homogenous array of ID reference values.
Inheritance: IdRefArray
→
ColladaElement
The IdRefArray type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of IdRefArray |
Properties
Property | Description |
---|---|
id | Gets 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. |
name | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
count | Gets or sets the count. The count attribute indicates the number of values in the array. Required attribute. |
text | Gets or sets the value. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
IdRefArray