Creates a new instance of the class associated
with the class describing instance using the pseudo-constructor of
the class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
Public Function Create As RXObject
public:
RXObject^ Create()
member Create : unit -> RXObject
Return Value
RXObject
Handle to newly created instance.
See Also