ModelArticulationGetByName Method |
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 GetByName(
string name
)
Public Function GetByName (
name As String
) As ModelTransformation
public:
ModelTransformation^ GetByName(
String^ name
)
member GetByName :
name : string -> ModelTransformation
Parameters
- name
- Type: SystemString
The name of the ModelTransformation.
Return Value
Type:
ModelTransformationThe
ModelTransformation with the
specified
name.
See Also