Hi,
Under the 'expression' section for the block of a repeating group
what is the correct syntax to inflate a block region
Rect OutputRect;
OutputInstances = SearchElements.RepeatingGroup.elements
OutputInstances.Inflate(1*mm,1*mm);
the above code doesn't show errors, but the block of the repeating group is not inflated.
Any suggestions would be appreciated.
Thank you
Under the 'expression' section for the block of a repeating group
what is the correct syntax to inflate a block region
Rect OutputRect;
OutputInstances = SearchElements.RepeatingGroup.elements
OutputInstances.Inflate(1*mm,1*mm);
the above code doesn't show errors, but the block of the repeating group is not inflated.
Any suggestions would be appreciated.
Thank you