Class Extra
Contents
[
Hide
]Extra class
The COLLADA asset extra. The extra element declares additional information regarding its parent element.
public class Extra : ColladaElement
Constructors
Name | Description |
---|---|
Extra() | The default constructor. |
Properties
Name | Description |
---|---|
Asset { get; set; } | Gets or sets the asset. The extra element may contain an asset element. |
ElementType { get; set; } | Gets or sets the element type. The type attribute indicates the type of the value data. This text string must be understood by the application. Optional 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. |
Technique { get; set; } | Gets or sets the technique. This element must contain at least one non-common profile technique. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD