NodeInCodeTableContains Method |
Check whether node is registered in this table or not
Namespace:
Rhino.NodeInCode
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool Contains(
string fullName
)
Public Function Contains (
fullName As String
) As Boolean
Parameters
- fullName
- Type: SystemString
Full name of node
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.NodeInCode.NodeInCodeTable.Contains(System.String)"]
See Also