ProxyObjectResurrectMeNow Method
|
Resurrects the proxy by replacing it with the
object that is specified by id, if the following conditions are
met: * id represents a proxy object * application that defines the
class of the object within the proxy is currently loaded
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public static void ResurrectMeNow(
ObjectId id
)
Public Shared Sub ResurrectMeNow (
id As ObjectId
)
public:
static void ResurrectMeNow(
ObjectId id
)
static member ResurrectMeNow :
id : ObjectId -> unit
Parameters
- id ObjectId
- [in] Object identifier to resurrect.
See Also