VariableCollectionContains Method  | 
 
            Retrieves whether a variable with the specified name is included in the collection.
            
 
    Namespace: 
   RootPro.RootProCAD.Command
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract bool Contains(
	char name
)
Public MustOverride Function Contains ( 
	name As Char
) As Boolean
Parameters
- name
 - Type: SystemChar
 The name of the variable.  
Return Value
Type: 
Boolean True if the variable with the specified name is in the collection. False if not included. 
See Also