Share

ProceduralTexture Class

Description

This .NET class wraps the AcGiProceduralTexture ObjectARX class. It serves as the base for various procedural material textures.

Class Hierarchy

Autodesk.AutoCAD.GraphicsInterface.MaterialTexture
    Autodesk.AutoCAD.GraphicsInterface.ProceduralTexture
        Autodesk.AutoCAD.GraphicsInterface.GenericTexture
        Autodesk.AutoCAD.GraphicsInterface.MarbleTexture
        Autodesk.AutoCAD.GraphicsInterface.WoodTexture

C#

public class ProceduralTexture : MaterialTexture;

Visual Basic

Public Class ProceduralTexture
Inherits MaterialTexture

Was this information helpful?