Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

AnnotationChange bTracking parameter

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 ?

0 Kudos
Message 1 of 3
(2,835 Views)

Hi,

Where do you see the bTracking parameter? It might involve the position of the annotation.

 

 

T. Le
Vision Product Support Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,783 Views)

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

 

0 Kudos
Message 3 of 3
(2,780 Views)