Utilities.IsCachedTextureFileInUse Method

UtilitiesIsCachedTextureFileInUse Method

Determines if any texture in any persistent content list is using the specified file name for caching.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool IsCachedTextureFileInUse(
	string textureFileName
)
Public Shared Function IsCachedTextureFileInUse ( 
	textureFileName As String
) As Boolean

Parameters

textureFileName
Type: SystemString
The file name to check for. The extension is ignored.

Return Value

Type: Boolean
true if the texture is present.
Version Information

Rhino for Windows

Supported in: 6.8
See Also