Description
This property allows you to get and set the entities (Faces) to be opened in the shell procedure.
Syntax
Property get:
oFaces = OpenFaces( );
|
|
|
|
Return: (IEntityList) oFaces |
Entities to be opened in the shell procedure. |
Property set:
OpenFaces( iFaces );
|
|
|
|
Input: (IEntityList) iFaces |
Entities to be opened in the shell procedure. |