| ModelArticulationCollectionItem Property (String) | 
  
    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[
	string name
] { get; }Public ReadOnly Default Property Item ( 
	name As String
) As ModelArticulation
	Get
public:
property ModelArticulation^ default[String^ name] {
	ModelArticulation^ get (String^ name);
}member Item : ModelArticulation with get
Parameters
- name
- Type: SystemString
 The name of the ModelArticulation.
Return Value
Type: 
ModelArticulationThe 
ModelArticulation with the
specified 
name.
 See Also
See Also