Chameleon and Iguana Plugin C# Class Libraries

Table.Handle Property

Get the table handle.

[Visual Basic]
Public ReadOnly Property Handle As Integer
[C#]
public int Handle {get;}

Remarks

This is used in the internal implementation of Chameleon and should not be invoked directly. This property is provided for backwards compatibility with legacy 32-bit stubcode that uses 32-bit ints as handles. New code should use the Handle64 property instead.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace