DIAdem Help

Method: Exists for FieldsOfView

  • Mise à jour2024-09-12
  • Temps de lecture : 1 minute(s)

Method: Exists for FieldsOfView

Checks whether a sensor field of view with a specified name already exists in a bird's eye view display of DIAdem VIEW.

bExists = Object.Exists(Name)
ObjectFieldsOfView
Object with this method
NameString
Specifies the name of a sensor field of view.
bExistsBoolean
Specifies whether the sensor field of view with the specified name already exists (TRUE) or not (FALSE).

The following example uses the method:

VBScriptPython

 

Call LogfileWrite(View.ActiveSheet.ActiveArea.DisplayObj.FieldsOfView.Exists("FieldsOfView1"))