Chameleon and Iguana Plugin C# Class Libraries

Table Constructor (IntPtr)

Construct a Table with the specified table handle.

[Visual Basic]
Overloads Public Sub New( _
   ByVal handle As IntPtr _
)
[C#]
public Table(
   IntPtr handle
);

Remarks

This is used in the internal implementation of Chameleon and should not be invoked directly.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace | Table Constructor Overload List