AssocPersSubentityIdDwgInFields Method
|
This function is called by dwgIn() to allow
the object to read in its data.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual void DwgInFields(
DwgFiler filer
)
Public Overridable Sub DwgInFields (
filer As DwgFiler
)
public:
virtual void DwgInFields(
DwgFiler^ filer
)
abstract DwgInFields :
filer : DwgFiler -> unit
override DwgInFields :
filer : DwgFiler -> unit
Parameters
- filer DwgFiler
- [in] Filer to use to read in the object's data.
Remarks
The
AssocPersSubentityId base class implementation does nothing.
See Also