Note: This API is now obsolete.
Closes the object. All changes made to the
object since it was opened are committed to the database and a
notification is sent that the object is now "closed". Currently not
implemented.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
[ObsoleteAttribute("Use Transaction instead")]
public void Close()
<ObsoleteAttribute("Use Transaction instead")>
Public Sub Close
public:
[ObsoleteAttribute(L"Use Transaction instead")]
void Close()
[<ObsoleteAttribute("Use Transaction instead")>]
member Close : unit -> unit
See Also