Namespace:  Teigha.Runtime
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public static RXObject Create(
        IntPtr unmanagedPointer,
        bool autoDelete
)
 
Public Shared Function Create ( 
        unmanagedPointer As IntPtr,
        autoDelete As Boolean
) As RXObject
 
public:
static RXObject^ Create(
        IntPtr unmanagedPointer, 
        bool autoDelete
)
 
static member Create : 
        unmanagedPointer : IntPtr * 
        autoDelete : bool -> RXObject 
 
 
 
Parameters
- unmanagedPointer
 
- Type: SystemIntPtr
 
- autoDelete
 
- Type: SystemBoolean
 
Return Value
Type: 
RXObject 
See Also