RasterImageDefUnload Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public virtual void Unload(
bool modifyDatabase
)
Public Overridable Sub Unload (
modifyDatabase As Boolean
)
public:
virtual void Unload(
bool modifyDatabase
)
abstract Unload :
modifyDatabase : bool -> unit
override Unload :
modifyDatabase : bool -> unit
Parameters
- modifyDatabase
- Type: SystemBoolean
See Also