I am trying to get the block name of an insert object by:
insObject.getOriginalBlockName();
This method returns the blcok name when the insobject is independent entity.
Whereas, if the insobject is part of a BLOCK element and when I try to fetch the block name for the insobject, it is returning null.
image.png (28.0 KB)
In the attached image, insert object of id “3904” having a block name “UNA”, but the method getOriginalBlockName returning null.