AssocPersSubentityIdCreateObjectAndDxfInFields
Method
|
Reads the class identification of the actual
AssocPersSubentityId-derived class, creates an object of this
derived class and calls DxfInFields() on it.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static void CreateObjectAndDxfInFields(
DxfFiler filer,
ref AssocPersSubentityId createdPersSubentId
)
Public Shared Sub CreateObjectAndDxfInFields (
filer As DxfFiler,
ByRef createdPersSubentId As AssocPersSubentityId
)
public:
static void CreateObjectAndDxfInFields(
DxfFiler^ filer,
AssocPersSubentityId^% createdPersSubentId
)
static member CreateObjectAndDxfInFields :
filer : DxfFiler *
createdPersSubentId : AssocPersSubentityId byref -> unit
Parameters
- filer DxfFiler
- [in] The filer to read the data from.
- createdPersSubentId AssocPersSubentityId
- [in/out] Receives the created filled-in object of an
AssocPersSubentityId-derived class.
See Also