DBDictionaryContains(ObjectId) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool Contains(
ObjectId objId
)
Public Function Contains (
objId As ObjectId
) As Boolean
public:
bool Contains(
ObjectId objId
)
member Contains :
objId : ObjectId -> bool
Parameters
- objId ObjectId
-
Return Value
Boolean
See Also