DBObjectDwgOutFields Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
protected virtual void DwgOutFields(
DwgFiler filer
)
Protected Overridable Sub DwgOutFields (
filer As DwgFiler
)
protected:
virtual void DwgOutFields(
DwgFiler^ filer
)
abstract DwgOutFields :
filer : DwgFiler -> unit
override DwgOutFields :
filer : DwgFiler -> unit
Parameters
- filer DwgFiler
-
See Also