BlockTableRecordAppendEntity
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public ObjectId AppendEntity(
Entity entity
)
Public Function AppendEntity (
entity As Entity
) As ObjectId
public:
ObjectId AppendEntity(
Entity^ entity
)
member AppendEntity :
entity : Entity -> ObjectId
Parameters
- entity Entity
-
Return Value
ObjectId
See Also