AssocActionRemoveActionsControllingObject(ObjectId,
Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static void RemoveActionsControllingObject(
ObjectId objID,
int readOnlyDependencyHandling
)
Public Shared Sub RemoveActionsControllingObject (
objID As ObjectId,
readOnlyDependencyHandling As Integer
)
public:
static void RemoveActionsControllingObject(
ObjectId objID,
int readOnlyDependencyHandling
)
static member RemoveActionsControllingObject :
objID : ObjectId *
readOnlyDependencyHandling : int -> unit
Parameters
- objID ObjectId
-
- readOnlyDependencyHandling Int32
-
See Also