CompoundObjectIdDxfOutFields Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void DxfOutFields(
DxfFiler filer,
Database hostDatabase
)
Public Sub DxfOutFields (
filer As DxfFiler,
hostDatabase As Database
)
public:
void DxfOutFields(
DxfFiler^ filer,
Database^ hostDatabase
)
member DxfOutFields :
filer : DxfFiler *
hostDatabase : Database -> unit
Parameters
- filer DxfFiler
-
- hostDatabase Database
-
See Also