ModelArticulationItem 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 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