AssocDependencyGetFirstDependencyOnObject
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static ObjectId GetFirstDependencyOnObject(
DBObject dbObj
)
Public Shared Function GetFirstDependencyOnObject (
dbObj As DBObject
) As ObjectId
public:
static ObjectId GetFirstDependencyOnObject(
DBObject^ dbObj
)
static member GetFirstDependencyOnObject :
dbObj : DBObject -> ObjectId
Parameters
- dbObj DBObject
-
Return Value
ObjectId
See Also