|
||
public static BosList EveryBosNode()
|
|
|||
Synopsis |
The EveryBosNode method return a BosList class that will enumerate every entity in the current SilverScreen drawing. |
|
||
Parameters |
none
|
|
||
Return Value |
EveryBosNode returns a BosList class
|
|
||
Remarks |
This function retrieves all children and their descendants of the ROOT block entity. In the familial parlance, it will retrieve children as well as grand children.
|
|
||
See Also |
|
|
||
Example |
To visit all of the entities in the current SilverScreen drawing, do this:
|
|