개정판 c991deec
Excluding Auxiliary graphic internal object information
Change-Id: I1ffa0c7ff129fc0f92d29766d1275d342928aa08
DTI_PID/OdReadExMgd/OdReadExMgd.cs | ||
---|---|---|
440 | 440 |
|
441 | 441 |
DBObjectCollection objColl = new DBObjectCollection(); |
442 | 442 |
|
443 |
if (!pBlkRef.Name.StartsWith(BLOCK_GRAPHIC)) |
|
443 |
if (!pBlkRef.Name.ToUpper().StartsWith(BLOCK_GRAPHIC))
|
|
444 | 444 |
{ |
445 | 445 |
pBlkRef.Explode(objColl); |
446 | 446 |
foreach (var obj in objColl) |
내보내기 Unified diff