AssocActionGetActionsDependentOnObject(DBObject,
Boolean, Boolean, ObjectIdCollection) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static void GetActionsDependentOnObject(
DBObject dbObj,
bool readDependenciesWanted,
bool writeDependenciesWanted,
ObjectIdCollection actionIds
)
Public Shared Sub GetActionsDependentOnObject (
dbObj As DBObject,
readDependenciesWanted As Boolean,
writeDependenciesWanted As Boolean,
actionIds As ObjectIdCollection
)
public:
static void GetActionsDependentOnObject(
DBObject^ dbObj,
bool readDependenciesWanted,
bool writeDependenciesWanted,
ObjectIdCollection^ actionIds
)
static member GetActionsDependentOnObject :
dbObj : DBObject *
readDependenciesWanted : bool *
writeDependenciesWanted : bool *
actionIds : ObjectIdCollection -> unit
Parameters
- dbObj DBObject
-
- readDependenciesWanted Boolean
-
- writeDependenciesWanted Boolean
-
- actionIds ObjectIdCollection
-
See Also