GsModuleCreateDevice
Method
 | 
Creates a new Device object and associates it
with this Module object.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public Device CreateDevice()
 
Public Function CreateDevice As Device
 
public:
Device^ CreateDevice()
 
member CreateDevice : unit -> Device 
 
 
 
Return Value
Device
 
See Also