Share

GenericTexture Class

Description

This .NET class wraps the AcGiGenericTexture ObjectARX class.

GenericTexture consists of a generic collection of parameters that represents a procedural texture. Derives from ProceduralTexture.

Class Hierarchy

Autodesk.AutoCAD.GraphicsInterface.MaterialTexture
    Autodesk.AutoCAD.GraphicsInterface.ProceduralTexture
        Autodesk.AutoCAD.GraphicsInterface.GenericTexture

C#

public sealed class GenericTexture : ProceduralTexture, ICloneable;

Visual Basic

Public sealed Class GenericTexture
Inherits ProceduralTexture
Inherits ICloneable

Links

GenericTexture Methods, GenericTexture Operators, GenericTexture Properties

Was this information helpful?