Description
This is a .NET wrapper for the AcDbVisualStyle ObjectARX class.
This class describes the visual style database object, which contains a collection of properties that can be applied to faces, edges and the display.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.DBVisualStyle
Visual Basic
Public Class DBVisualStyle Inherits DBObject
C#
public class DBVisualStyle : DBObject;