gisren 发表于 2007-3-21 13:20:00

[求助]获得文件中的块名

请问在arx中如何获得当前文件的块名称.(当前文件已经插入了几种块)
谢谢!!

gis-liang 发表于 2007-3-21 16:14:00

virtual Acad::ErrorStatus
getBlockNameFromPathName(
    char*& pBlockName,
    const char* pathName) const;
pBlockName Output pointer to copy of block name
pathName Input pointer to path name to examine
页: [1]
查看完整版本: [求助]获得文件中的块名