Prot_DisableModule Protection 
Vectorworks 2023

VectorScript Declaration:

PROCEDURE   Prot_DisableModule
( module:LONGINT ) ;

Python:

def  vs.Prot_DisableModule(module):
   return None

Description:

Disables the module, if it is currently enabled.

説明

モジュールが現在有効である場合は、それを無効にします。



  Prot_GetDistribCode Protection 
Vectorworks 2023

VectorScript Declaration:

FUNCTION   Prot_GetDistribCode
:STRING ;

Python:

def  vs.Prot_GetDistribCode():
   return STRING

Description:

Returns the distributor code.

説明

ディストリビュータコードを返します。



  Prot_GetLicenseID Protection 
Vectorworks 2023

VectorScript Declaration:

FUNCTION   Prot_GetLicenseID
:STRING ;

Python:

def  vs.Prot_GetLicenseID():
   return STRING

Description:

Returns the license id.

説明

ライセンスIDを返します。



  Prot_GetLicenseType Protection 
Vectorworks 2023

VectorScript Declaration:

FUNCTION   Prot_GetLicenseType
:LONGINT ;

Python:

def  vs.Prot_GetLicenseType():
   return LONGINT

Description:

Returns the license type Vectorworks is using.

説明

Vectorworks が使用しているライセンスの種類を返します。



  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.

説明

ネットワークで使用しているライセンスの数を返します。



  Prot_IsFundamentals Protection 
Vectorworks 2023

VectorScript Declaration:

FUNCTION   Prot_IsFundamentals
:BOOLEAN ;

Python:

def  vs.Prot_IsFundamentals():
   return BOOLEAN

Description:

Returns true if we only have a fundamentals license enabled.

説明

Fundamentalsライセンスのみが有効である場合、trueを返します。



  Prot_IsModuleEnabled Protection 
Vectorworks 2023

VectorScript Declaration:

FUNCTION   Prot_IsModuleEnabled
( module:LONGINT ) :BOOLEAN ;

Python:

def  vs.Prot_IsModuleEnabled(module):
   return BOOLEAN

Description:

Returns true if the specified module is enabled.

説明

指定されたモジュールが有効である場合、trueを返します。