Description
This .NET class wraps the AcGiGroundPlaneBackgroundTraits ObjectARX class. It represents a ground plane background to the underlying display system.
Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.SubEntityTraits Autodesk.AutoCAD.GraphicsInterface.DrawableTraits Autodesk.AutoCAD.GraphicsInterface.NonEntityTraits Autodesk.AutoCAD.GraphicsInterface.GroundPlaneBackgroundTraits
C#
public abstract class GroundPlaneBackgroundTraits : NonEntityTraits;
Visual Basic
Public abstract Class GroundPlaneBackgroundTraits Inherits NonEntityTraits