ModelArticulationContains 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 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 ModelTransformation.
Return Value
Type:
Booleantrue if the collection contains the
ModelTransformation with the
specified
name; otherwise, false.
See Also