Enum AcDbObjectType

AcDbObjectType enumeration

Internal Dwg entity type codes.

public enum AcDbObjectType

Values

NameValueDescription
UNUSED0The unused
TEXT1The text
ATTRIB2The attribute
ATTDEF3The attribute definition
BLOCK4The block
ENDBLK5The end block
SEQEND6The entity
INSERT7The insert
MINSERT8The entity
VERTEX_2D10The 2D-vertex
VERTEX_3D11The 3D-vertex
VERTEX_MESH12The vertex mesh
VERTEX_PFACE13The vertex face
VERTEX_PFACE_FACE14The vertex face
POLYLINE_2D15The polyline 2D
POLYLINE_3D16The polyline 3D
ARC17The arc
CIRCLE18The circle
LINE19The line
DIMENSION_ORDINATE20The dimension ordinate
DIMENSION_LINEAR21The dimension linear
DIMENSION_ALIGNED22The dimension aligned
DIMENSION_ANG_3Pt23The dimension angle 3 point
DIMENSION_ANG_2Ln24The dimension angle
DIMENSION_RADIUS25The dimension radius
DIMENSION_DIAMETER26The dimension diameter
POINT27The point
FACE3D28The face 3d
POLYLINE_PFACE29The polyline face
POLYLINE_MESH30The polyline mesh
SOLID31The solid
TRACE32The trace
SHAPE33The shape
VIEWPORT34The viewport
ELLIPSE35The ellipse
SPLINE36The spline
REGION37The region
SOLID3D38The solid 3d
BODY39The body
RAY40The ray
XLINE41The line
DICTIONARY42The dictionary
OLEFRAME43The ole frame
MTEXT44The text
LEADER45The leader
TOLERANCE46The tolerance
MLINE47The line
BLOCK_CONTROL48The block control
BLOCK_HEADER49The block header
LAYER_CONTROL50The layer control
LAYER51The layer
STYLE_CONTROL52The style control
STYLE53The style
LTYPE_CONTROL56The ltype control
LTYPE57The type
VIEW_CONTROL60The view control
VIEW61The view
UCS_CONTROL62The ucs control
UCS63The entity
VPORT_CONTROL64The vport control
VPORT65The view port
APPID_BLOCK66The application id block
APPID67The application id
DIMSTYLE_BLOCK68The dimstyle block
DIMSTYLE69The dimension style
VP_ENT_HDR71The entity
GROUP72The group
MLINESTYLE73The line style
OLE2FRAME74The ole frame
DUMMY75The dummy
LONG_TRANSACTION76The long transaction
LWPOLYLINE77The polyline
HATCH78The hatch
XRECORD79The record
ACDBPLACEHOLDER80The place holder
VBA_PROJECT81The visual basic project
LAYOUT82The layout
ACAD_TABLE83The table
TABLECONTENT84The table content
CELLSTYLEMAP85The cell style map
DBCOLOR86The color
DICTIONARYVAR87The dictionary entity
FIELD88The field
GROUP_50089The group
HATCH_50090The hatch
IDBUFFER91The id buffer
IMAGE92The image
IMAGEDEF93The image definition
IMAGEDEFREACTOR94The image reactor
LAYER_INDEX95The layer index
LIGHT96Light for 3D render
LWPLINE97The line
MATERIAL98The material
MLEADER99The leader
MLEADERSTYLE100The leader style
MESH101The mesh
OLE2FRAME_500102The ole frame
PLACEHOLDER103The place holder
PLOTSETTINGS104The plot settings
RASTERVARIABLES105The raster variables
SCALE106The scale
SORTENTSTABLE107The sort table
SPATIAL_FILTER108The spatial filter
SPATIAL_INDEX109The spatial index
SUN110Sun for 3D render
TABLEGEOMETRY111The table geometry
TABLESTYLES112The table styles
SECTIONVIEWSTYLE113The section view style
DETAILVIEWSTYLE114The detail view style
RAPIDRTRENDERSETTINGS115The rapid rt render setting
ACDBPERSSUBENTMANAGER116The pers subent manager
ACDBASSOCPERSSUBENTMANAGER117The assoc pers subent manager
ACAD_EVALUATION_GRAPH118The acad evaluation graph
DIMASSOC119The dim assoc
ARC_DIMENSION120The arc dimension
LARGE_RADIAL_DIMENSION121The jogged dimension
FIELDLIST122
SOLID_BACKGROUND123The solid background
GRADIENT_BACKGROUND124The gradient background
SKYLIGHT_BACKGROUND125The skyLight background
ACSH_BOX_CLASS126The Acsh Box Class
ACSH_CONE_CLASS127The Acsh Cone Class
ACSH_CYLINDER_CLASS128The Acsh Cylinder Class
ACSH_PYRAMID_CLASS129The Acsh Pyramid Class
ACSH_SPHERE_CLASS130The Acsh Sphere Class
ACSH_TORUS_CLASS131The Acsh Torus Class
ACSH_WEDGE_CLASS132The Acsh Wedge Class
VBA_PROJECT_500133The project
VISUALSTYLE134The visual style
WIPEOUTVARIABLE135The wipe out variable
XRECORD_500136The record
DGNUNDERLAY137The dgnunderlay
DGNDEFINITION138The dgndefinition
DWFUNDERLAY139The dwfunderlay
DWFDEFINITION140The dwfdefinition
PDFUNDERLAY141The pdfunderlay
PDFDEFINITION142The pdfdefinition
AECIDBIMAGEDEF143The embedded image definition
IMAGEDATA144The embedded image data
EMBEDDEDIMAGE145The embedded image
ACIDBLOCKREFERENCE146The block reference
ACAD_PROXY_ENTITY498The ACAD_PROXY_ENTITY
ACAD_PROXY_OBJECT499The ACAD_PROXY_OBJECT
WIPEOUT509The wipe out
HISTORY518The history
PLANESURFACE522The plane surface
EXTRUDEDSURFACE527The extruded surface
REVOLVEDSURFACE534The revolved surface
LOFTEDSURFACE536The lofted surface
SWEPTSURFACE538The swept surface
R11_COMMON_POLYLINE4097Arbitraty proxy code for an R11 polyline entity to create intermediate reader that creates reader for specific polyline type. Feel free to change if it interferes with anything.
R11_COMMON_VERTEX4098Arbitraty proxy code for an R11 vertex entity to create intermediate reader that creates reader for specific vertex type. Feel free to change if it interferes with anything.
R11_COMMON_DIMENSION4099Arbitraty proxy code for an R11 dimension entity to create intermediate reader that creates reader for specific dimension type. Feel free to change if it interferes with anything.
DICTIONARYWDFLT70The DICTIONARYWDFLT

See Also