02-07-2017 09:53 AM
We are making a migration from vb6.0 to C# and we have a event method in CWGraph (National Instruments CW UI 8.0) called AnnotationChange, we have not found the documentation of this method and we have a cuestion about the bTracking parameter. What is the functionality of this parameter and if there are in Measurement Studio VS2012 (C#) some equivalence ?
02-10-2017 08:46 AM
Hi,
Where do you see the bTracking parameter? It might involve the position of the annotation.
02-10-2017 10:36 AM
I dont think it is related to the position of the annotation because is a boolean parameter, here is the declaration of the method in vb6
Private Sub CWGraph_AnnotationChange(AnnotationIndex As Long, AnnotationPart As Long, bTracking As Boolean)
End Sub