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