PropertyObject.GetStructureChangeCount
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.GetStructureChangeCount
Syntax
PropertyObject.GetStructureChangeCount( lookupString, options)
Return Value
Number of structural changes to the object.
Purpose
Returns the object structure change count of the property the lookupString parameter specifies.
Remarks
The structure change count is the number of changes made to the structure of this object. Structural changes include insertion and removal of properties as well as name changes. Changes to values of subproperties are not included in this count.
The sequence editor uses this property to determine whether it needs to refresh the display of the object.
Parameters
lookupString As String
[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. You can also pass lookup strings to this parameter.
options As Long
[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.
See Also
PropertyObjectFile.ChangeCount
Thread Safety of the PropertyObject API and TestStand Variables