GetAvaxStatus

Top  Previous  Next

 

GetAvaxStatus (Method)

 

Returns with the status of AVAX

 

Syntax:

Function GetAvaxStatus(zoomon As Short, selecton As Short, rotateon As Short, mirroron As Short, scaleon As Short, StretchOn As Short, moveon As Short, lineon As Short, OsnapOn As Short, intersecon As Short, SelectVerticesOn As Short, SnapOn As Short, OrthoOn As Short, GridOn As Short, SelectAddOn As Short, pointOn As Short) As Boolean

 

The GetAvaxStatus method syntax consists of the following:

Parameter

Data Type

Description

zoomon

Short

Is the status of the zoom progress

selecton

Short

Is the status of the selection progress

rotateon

Short

Is the status of the rotation progress

mirroron

Short

Is the status of the mirror progress

scaleon

Short

Is the status of the scale progress

StretchOn

Short

Is the status of the stretch progress

moveon

Short

Is the status of the move progress

lineon

Short

Is the status of the line progress

OsnapOn

Short

Is the status of the osnap progress

intersecon

Short

Is the status of the intersection progress

SelectVerticesOn

Short

Is the status of the select vertices progress

SnapOn

Short

Is the status of the snap progress

OrthoOn

Short

Is the status of the ortho Design progress

GridOn

Short

Is the status of the grid progress

SelectAddOn

Short

Is the status of the selection Add progress

pointOn

Short

Is the status of the point progress

 

Return value:

Boolean - True on success, false on error.

 

Remarks:

When the status is not equal to zero then the correspond command is in progress

 

Example