DatabaseWblock(ObjectIdCollection,
Point3d) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Database Wblock(
ObjectIdCollection outObjIds,
Point3d basePoint
)
Public Function Wblock (
outObjIds As ObjectIdCollection,
basePoint As Point3d
) As Database
public:
Database^ Wblock(
ObjectIdCollection^ outObjIds,
Point3d basePoint
)
member Wblock :
outObjIds : ObjectIdCollection *
basePoint : Point3d -> Database
Parameters
- outObjIds ObjectIdCollection
-
- basePoint Point3d
-
Return Value
Database
See Also