DSelectAll Selection 

Declaration:

PROCEDURE   DSelectAll
;

Description:

Procedure DSelectAll deselects all selected visible objects on the active layer of a VectorWorks document. If Layer Options is set to Show-Snap-Modify Others, then DSelectAll will deselect all selected visible objects within the document.




  NumSObj Selection 

Declaration:

FUNCTION   NumSObj
( h:HANDLE ) :INTEGER ;

Description:

Function NumSObj returns the number of selected objects on the referenced layer.

Parameters:

h Handle to layer.

Example:





  SelectAll Selection 

Declaration:

PROCEDURE   SelectAll
;

Description:

Procedure SelectAll selects all visible objects on the active layer of a VectorWorks document.

If Layer Options is set to Show-Snap-Modify Others, then SelectAll will select all visible objects within the document.




  Selected Selection 

Declaration:

FUNCTION   Selected
( h:HANDLE ) :BOOLEAN ;

Description:

Function Selected returns the selection status of the referenced object.

Parameters:

h Handle to object.



  SetDSelect Selection 

Declaration:

PROCEDURE   SetDSelect
( h:HANDLE ) ;

Description:

Procedure SetDSelect deselects the referenced object.

Parameters:

h Handle to object.

Example:





  SetSelect Selection 

Declaration:

PROCEDURE   SetSelect
( h:HANDLE ) ;

Description:

Procedure SetSelect selects the referenced object.

Parameters:

h Handle to object.