Share

WoodTexture Class

Description

This .NET class wraps the AcGiWoodTexture ObjectARX class. It's an ProceduralTexture derived class representing a "wood" procedural texture.

Class Hierarchy

Autodesk.AutoCAD.GraphicsInterface.MaterialTexture
    Autodesk.AutoCAD.GraphicsInterface.ProceduralTexture
        Autodesk.AutoCAD.GraphicsInterface.WoodTexture

C#

public sealed class WoodTexture : ProceduralTexture, ICloneable;

Visual Basic

Public sealed Class WoodTexture
Inherits ProceduralTexture
Inherits ICloneable

Links

WoodTexture Methods, WoodTexture Operators, WoodTexture Properties

Was this information helpful?