ModelArticulationCollectionItem Property (String) |
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[
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