Texture.Enabled Property

TextureEnabled Property

If the texture is enabled then it will be visible in the rendered display otherwise it will not.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Enabled { get; set; }
Public Property Enabled As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also