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