ViewTableRecord(IntPtr, Boolean)
Constructor
|
Constructor for the ViewTableRecord
class.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
protected ViewTableRecord(
IntPtr obj,
bool autoDelete
)
Protected Sub New (
obj As IntPtr,
autoDelete As Boolean
)
protected:
ViewTableRecord(
IntPtr obj,
bool autoDelete
)
new :
obj : IntPtr *
autoDelete : bool -> ViewTableRecord
Parameters
- obj IntPtr
- [in] Unmanaged pointer to the object from which this object is
created.
- autoDelete Boolean
- [in] Flag that specifies whether the object should be
automatically deleted by the Garbage Collector.
See Also