CellLayoutTool(IntPtr, Boolean)
Constructor
 | 
Namespace: Teigha.Aec.DatabaseServices
Assembly: TA_Mgd (in TA_Mgd.dll) Version:
24.2.0.0
Syntax
 
protected CellLayoutTool(
        IntPtr unmanagedObjPtr,
        bool autoDelete
)
 
Protected Sub New ( 
        unmanagedObjPtr As IntPtr,
        autoDelete As Boolean
)
 
protected:
CellLayoutTool(
        IntPtr unmanagedObjPtr, 
        bool autoDelete
)
 
new : 
        unmanagedObjPtr : IntPtr * 
        autoDelete : bool -> CellLayoutTool
 
 
 
Parameters
- unmanagedObjPtr  IntPtr
 
-  
 
- autoDelete  Boolean
 
-  
 
 
See Also