Author Topic: Store Data in AUTOCAD file  (Read 7040 times)

0 Members and 1 Guest are viewing this topic.

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Store Data in AUTOCAD file
« Reply #15 on: March 05, 2015, 09:04:50 AM »
Not if you make it hard owned. Search the swamp for same. :)
Will do Michael .. thanks  :)

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Jeff H

  • Needs a day job
  • Posts: 6150
Re: Store Data in AUTOCAD file
« Reply #16 on: March 05, 2015, 04:37:36 PM »
You can add data to anything that derives from AcDbObject  object. So any object that can be saved in a autocad file or another way of putting it is a whole butt-load

Now most of these objects have many objects derived from them like a layer that derives from symbolTableRecord
 
Quote
           
            AcDbAssocAction
            AcDbAssocActionBody
            AcDbAssocActionParam
            AcDbAssocDependency
            AcDbAssocDependencyBody
            AcDbAssocManager
            AcDbBackground
            AcDbBreakData
            AcDbBreakPointRef
            AcDbColor
            AcDbDataLink
            AcDbDataTable
            AcDbDictionary
            AcDbDimAssoc
            AcDbEntity
            AcDbEvalExpr
            AcDbEvalGraph
            AcDbField
            AcDbFilter
            AcDbGeoData
            AcDbGroup
            AcDbIndex
            AcDbLinkedData
            AcDbLongTransaction
            AcDbMaterial
            AcDbMLeaderStyle
            AcDbMlineStyle
            AcDbModelDocViewStyle
            AcDbMotionPath
            AcDbNamedPath
            AcDbPlaceHolder
            AcDbPlotSettings
            AcDbPointCloudColorMap
            AcDbPointCloudDefEx
            AcDbPointCloudDefReactorEx
            AcDbProxyObject
            AcDbRasterImageDef
            AcDbRasterImageDefReactor
            AcDbRasterVariables
            AcDbRenderEnvironment
            AcDbRenderGlobal
            AcDbRenderSettings
            AcDbSectionManager
            AcDbSectionSettings
            AcDbSortentsTable
            AcDbSun
            AcDbSymbolTable
            AcDbSymbolTableRecord
                 AcDbAbstractViewTableRecord
                 AcDbBlockTableRecord
                 AcDbDimStyleTableRecord
                 AcDbLayerTableRecord
                 AcDbLinetypeTableRecord
                 AcDbRegAppTableRecord
                 AcDbTextStyleTableRecord
                 AcDbUCSTableRecord
            AcDbTableStyle
            AcDbUnderlayDefinition
            AcDbVisualStyle
            AcDbXrecord