Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jpg2
  • Order by date
  1. jpg2

    programming in C++ : problem for accessing block properties

    here is a small function to query the name of each block in the current drawing void CDrvAcad::GetBlockList(CStringList *pList) { IAcadBlocksPtr pBlocksCollection = m_acadDoc->GetBlocks(); IAcadBlockPtr pBlock; _variant_t index; index.vt = VT_I4; long count =...

Part and Inventory Search

Back
Top