Message 1 of 2
Read and set Dimension style from current drawing file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I read, from a Dimension Style table in the current drawing, and set it to an object to be used later for drawing?
The code below, returns object id as null. Am I missing something here?
Thank You for your help in advance.
AcDbDimStyleTable *pDimensionStyleTbl; theDb->getSymbolTable(pDimensionStyleTbl, AcDb::kForRead); pDimensionStyleTbl->getAt(_T("_STANDARD"), idDimensionStyleStandard);