ModelArticulationItem Property (String) | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ModelTransformation this[
	string name
] { get; }Public ReadOnly Default Property Item ( 
	name As String
) As ModelTransformation
	Get
public:
property ModelTransformation^ default[String^ name] {
	ModelTransformation^ get (String^ name);
}member Item : ModelTransformation with get
Parameters
- name
 - Type: SystemString
The name of the ModelTransformation. 
Return Value
Type: 
ModelTransformationThe 
ModelTransformation with the
specified 
name.
See Also