MaterialTexture Class

Description

This .NET class wraps the AcGiMaterialTexture ObjectARX class. This the abstract Base class for all material textures.

Class Hierarchy

Autodesk.AutoCAD.GraphicsInterface.MaterialTexture
    Autodesk.AutoCAD.GraphicsInterface.ImageTexture
    Autodesk.AutoCAD.GraphicsInterface.ProceduralTexture

Visual Basic

Public Class MaterialTexture
Inherits RXObject

C#

public class MaterialTexture : RXObject;