| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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
See Also