Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEdrawtable Method

Scope All ProEssentials Interfaces

 

PEdrawtable(nIndex As Integer) As Boolean

 

Parameter

Description

nIndex

Index of Table Annotation.

 

The PEdrawtable method is used to immediately update a table annotation without having to update the entire image. nIndex corresponds to the state of WorkingTable when the table annotation was constructed.

 

You will usually call this in response to a mouse move event or some other event which requires an immediate update of a table annotation.

 

Comments

.NET developers, see PeFunction.DrawTable

This method is a wrapper to the PEdrawtable DLL call.

 

See Also: OCX Methods