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