ModelArticulationItem Property (Int32) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ModelTransformation this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ModelTransformation
Get
public:
property ModelTransformation^ default[int index] {
ModelTransformation^ get (int index);
}
member Item : ModelTransformation with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the transformation.
Return Value
Type:
ModelTransformationThe
ModelTransformation with the
specified
index.
See Also