DIAdem Help

Method: Remove for FieldsOfView

  • Updated2024-09-12
  • 1 minute(s) read

Method: Remove for FieldsOfView

Deletes an element from the FieldsOfView collection of DIAdem VIEW.

Object.Remove(NameOrIndex)
ObjectFieldsOfView
Object with this method
NameOrIndexVariant
Specifies the name or the index of the sensor field of view you want to delete.

The following example deletes the first entry of a sensor field of view in the current area. The DisplayObjType must be a BirdsEyeViewObjects type.

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.FieldsOfView.Remove(1)