In This Topic

GdViewer.AnnotationAddedByUserEventArgs Constructor(Int32)

In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal AnnotationIdx As Integer _
)
public GdViewer.AnnotationAddedByUserEventArgs( 
   int AnnotationIdx
)
public GdViewer.AnnotationAddedByUserEventArgs( 
    AnnotationIdx: Integer
); 
public function GdViewer.AnnotationAddedByUserEventArgs( 
   AnnotationIdx : int
);
public: GdViewer.AnnotationAddedByUserEventArgs( 
   int AnnotationIdx
)
public:
GdViewer.AnnotationAddedByUserEventArgs( 
   int AnnotationIdx
)

Parameters

AnnotationIdx
See Also