CompoundObjectId(ObjectId,
ObjectIdCollection, Database) Constructor
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public CompoundObjectId(
ObjectId id,
ObjectIdCollection path,
Database hostDatabase
)
Public Sub New (
id As ObjectId,
path As ObjectIdCollection,
hostDatabase As Database
)
public:
CompoundObjectId(
ObjectId id,
ObjectIdCollection^ path,
Database^ hostDatabase
)
new :
id : ObjectId *
path : ObjectIdCollection *
hostDatabase : Database -> CompoundObjectId
Parameters
- id ObjectId
-
- path ObjectIdCollection
-
- hostDatabase Database
-
See Also