TextureCacheContains Method |
Determines whether a texture is registered under the given name.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic static bool Contains(
string name
)
Public Shared Function Contains (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name to look for.
Return Value
Type:
Booleantrue if a texture is registered under this name.
See Also