AssocPersSubentityIdDxfOutFields 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 DxfOutFields(
DxfFiler filer
)
Public Overridable Sub DxfOutFields (
filer As DxfFiler
)
public:
virtual void DxfOutFields(
DxfFiler^ filer
)
abstract DxfOutFields :
filer : DxfFiler -> unit
override DxfOutFields :
filer : DxfFiler -> unit
Parameters
- filer DxfFiler
- [out] Filer to write the object data to.
See Also