AssocActionGetDependentObjects Method

Retrieves objects that this action depends on or modifies.

Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public ObjectIdCollection GetDependentObjects(
        bool readDependenciesWanted,
        bool writeDependenciesWanted
)

Parameters

readDependenciesWanted  Boolean
[in] Flag that specifies whether actions that depend on the object should be retrieved.
writeDependenciesWanted  Boolean
[in] Flag that specifies whether objects that can be modified by this action should be retrieved.

Return Value

ObjectIdCollection
A collection of dependent and/or modified objects.
See Also

©  Bricsys NV. All rights reserved.