AssocPersSubentityIdDwgOutFields Method
|
In base implementation, writes-out the actual
class identification so that it is possible to create an object of
the same class when the data is read back in.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual void DwgOutFields(
DwgFiler filer
)
Public Overridable Sub DwgOutFields (
filer As DwgFiler
)
public:
virtual void DwgOutFields(
DwgFiler^ filer
)
abstract DwgOutFields :
filer : DwgFiler -> unit
override DwgOutFields :
filer : DwgFiler -> unit
Parameters
- filer DwgFiler
- [out] Filer to write the object data to.
See Also