AssocPersSubentityIdCreateObjectAndDwgInFields
Method
|
Reads the class identification of the actual
AssocPersSubentityId-derived class, creates an object of this
derived class and calls DwgInFields() on it.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static void CreateObjectAndDwgInFields(
Database database,
DwgFiler filer,
ref AssocPersSubentityId createdPersSubentId
)
Public Shared Sub CreateObjectAndDwgInFields (
database As Database,
filer As DwgFiler,
ByRef createdPersSubentId As AssocPersSubentityId
)
public:
static void CreateObjectAndDwgInFields(
Database^ database,
DwgFiler^ filer,
AssocPersSubentityId^% createdPersSubentId
)
static member CreateObjectAndDwgInFields :
database : Database *
filer : DwgFiler *
createdPersSubentId : AssocPersSubentityId byref -> unit
Parameters
- database Database
- [in] Database that will own this AssocPersSubentityId.
- filer DwgFiler
- [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