AssocArrayAddSourceEntity Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public void AddSourceEntity(
ObjectId sourceEntity,
Point3d basePoint
)
Public Sub AddSourceEntity (
sourceEntity As ObjectId,
basePoint As Point3d
)
public:
void AddSourceEntity(
ObjectId sourceEntity,
Point3d basePoint
)
member AddSourceEntity :
sourceEntity : ObjectId *
basePoint : Point3d -> unit
Parameters
- sourceEntity ObjectId
-
- basePoint Point3d
-
See Also