Parameter class
Parameter class
The parameter. The parameter element declares parametric information regarding its parent element.
Inheritance: Parameter →
ColladaElement
The Parameter type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of Parameter |
Properties
| Property | Description |
|---|---|
| name | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
| sid | Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute. |
| semantic | Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute. |
| value_type | Gets or sets the value type. The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute. |
| value | Gets or sets the value. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements - class
ColladaElement - class
Parameter