Click or drag to resize

ModelArticulationCollectionGetByName Method

Gets an articulation by name.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ModelArticulation GetByName(
	string name
)

Parameters

name
Type: SystemString
The name of the ModelArticulation.

Return Value

Type: ModelArticulation
The ModelArticulation with the specified name.
See Also