Prot_GetSeatsNum Protection 
Vectorworks 2015

VectorScript Declaration:

FUNCTION   Prot_GetSeatsNum
:INTEGER ;

Python:

def  vs.Prot_GetSeatsNum():
   return INTEGER

Description:

Returns the number of Vectorworks seats licensed on the server.



  Prot_GetUsedSeatsNum Protection 
Vectorworks 2015

VectorScript Declaration:

FUNCTION   Prot_GetUsedSeatsNum
:INTEGER ;

Python:

def  vs.Prot_GetUsedSeatsNum():
   return INTEGER

Description:

Returns the number of running Vectorworks on the network.