Closes a database that was opened with the Open method of the ITransmittalFileOperationOverride interface.
For internal use only.
Supported platforms: Windows only
Namespace: TRANSMITTALLib
Assembly: acETransmit20.tlb
VB.NET:
Friend Class custom_class_name
Implements ITransmittalFileOperationOverride
Public Sub Close(pDb As System.IntPtr) _
Implements ITransmittalFileOperationOverride.Close
...
End Sub
End Class
C#:
internal class custom_class_name : ITransmittalFileOperationOverride
{
public void Close(System.IntPtr pDb)
{
...
}
}
The name of the custom class.
Access: Input-only
Type: Any (Pointer)
Pointer to the database object returned by the Open method of the ITransmittalFileOperationOverride interface.
No return value.
This method is for internal use only.
Releases: AutoCAD 2009 and later
VB.NET:
Not available
C#:
Not available