Click or drag to resize

ModelArticulationCollectionContains Method

Returns true if the collection contains the articulation.

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

Parameters

name
Type: SystemString
The name of the ModelArticulation.

Return Value

Type: Boolean
true if the collection contains the ModelArticulation with the specified name; otherwise, false.
See Also