FilteredBlockIteratorAccepts Method
|
Checks whether the specified object passes the
Filter query.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Accepts(
ObjectId id
)
Public Function Accepts (
id As ObjectId
) As Boolean
public:
bool Accepts(
ObjectId id
)
member Accepts :
id : ObjectId -> bool
Parameters
- id ObjectId
- [in] Object ID of the entity to be tested.
Return Value
Boolean
True the specified object passes the Filter query; otherwise the
method returns false.
See Also