TinSurfaceEraseConstraint Method (ObjectId, Boolean)
|
Namespace: Bricscad.Civil
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public void EraseConstraint(
ObjectId id,
bool removeReactor
)
Public Sub EraseConstraint (
id As ObjectId,
removeReactor As Boolean
)
public:
void EraseConstraint(
ObjectId id,
bool removeReactor
)
member EraseConstraint :
id : ObjectId *
removeReactor : bool -> unit
Parameters
- id
- Type: Teigha.DatabaseServicesObjectId
- removeReactor
- Type: SystemBoolean
See Also