Autodesk.AutoCAD.DatabaseServices Namespace > PlaceHolder Class
PlaceHolder Class
Description

 

This .NET class wraps the AcDbPlaceHolder ObjectARX class. 

This class provides a way to instantiate what is essentially just an DBObject. This class has no data members of its own, nor does it implement any new methods. Its sole intent is to provide objects that can be added to dictionaries so that the dictionary lookup key strings can be associated with object IDs. 

Objects of this class are used in the Plot Style Name Dictionary.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.PlaceHolder
Visual Basic
Public sealed Class PlaceHolder
Inherits DBObject
C#
public sealed class PlaceHolder : DBObject;
   Comments?