ModelArticulationCollectionContains Method  | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Contains(
	string name
)
Public Function Contains ( 
	name As String
) As Boolean
public:
bool Contains(
	String^ name
)
member Contains : 
        name : string -> bool 
Parameters
- name
 - Type: SystemString
The name of the ModelArticulation. 
Return Value
Type: 
Booleantrue if the collection contains the 
ModelArticulation with the
specified 
name; otherwise, false.
See Also