Class TokenArray
Contents
[
Hide
]TokenArray class
The token array. The token_array_type element declares the storage for a homogenous array of token string values.
public class TokenArray : ColladaElement
Constructors
Name | Description |
---|---|
TokenArray() | The default constructor. |
Properties
Name | Description |
---|---|
Count { get; set; } | Gets or sets the count. The count attribute indicates the number of values in the array. Required attribute. |
Id { get; set; } | 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 { get; set; } | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
Text { get; set; } | Gets or sets the text. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD