Message 1 of 3
check for empty entity in an Array of Entities

Not applicable
08-07-2015
04:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to check for a array of Acadline, if a perticular row , column is empty or not.
Dim aline(0 to 10, 0 to 10) as AcadLine
......
......
like if i want to check if aline(i,j) is empty or not, how do i check.