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
C#
public class MaterialTexture : RXObject;
Visual Basic
Public Class MaterialTexture Inherits RXObject