LayoutManager Constructor
|
Constructor for the LayoutManager class.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
protected LayoutManager(
IntPtr pImpObj,
Database db
)
Protected Sub New (
pImpObj As IntPtr,
db As Database
)
protected:
LayoutManager(
IntPtr pImpObj,
Database^ db
)
new :
pImpObj : IntPtr *
db : Database -> LayoutManager
Parameters
- pImpObj IntPtr
- [in] Unmanaged pointer to the object from which this object is
created.
- db Database
- [in] Associated database.
See Also