Copies of elements in a historical state for a given model. More...
#include <DesignHistory.h>
Classes | |
struct | const_iterator |
Public Member Functions | |
Miscellaneous queries | |
DGNPLATFORM_EXPORT ModelId | GetModelId () const |
Query the ModelId of this model. More... | |
DGNPLATFORM_EXPORT DgnModelP | GetDgnModelP () const |
Query the model to which these results refer. More... | |
DGNPLATFORM_EXPORT DgnFileP | GetDgnFileP () const |
Query the file that contains(ed) this model. More... | |
DGNPLATFORM_EXPORT ElementQueryResultsForFile * | GetResultsForFile () const |
Get the file result set of which this is a part. More... | |
Iterating and finding elements within this result set | |
typedef ElementQueryResult | value_type |
DGNPLATFORM_EXPORT const_iterator | begin () const |
Query the first element-level change for this model. More... | |
DGNPLATFORM_EXPORT const_iterator | end () const |
Query the sentinel beyond the last element-level change for this model. More... | |
DGNPLATFORM_EXPORT ElementQueryResult const * | GetElement (ElementId) const |
Get an element in this model-specific result set. More... | |
Copies of elements in a historical state for a given model.
Created by queries.
typedef ElementQueryResult value_type |
DGNPLATFORM_EXPORT const_iterator begin | ( | ) | const |
Query the first element-level change for this model.
DGNPLATFORM_EXPORT const_iterator end | ( | ) | const |
Query the sentinel beyond the last element-level change for this model.
DGNPLATFORM_EXPORT DgnFileP GetDgnFileP | ( | ) | const |
Query the file that contains(ed) this model.
DGNPLATFORM_EXPORT DgnModelP GetDgnModelP | ( | ) | const |
Query the model to which these results refer.
DGNPLATFORM_EXPORT ElementQueryResult const* GetElement | ( | ElementId | ) | const |
Get an element in this model-specific result set.
DGNPLATFORM_EXPORT ModelId GetModelId | ( | ) | const |
Query the ModelId of this model.
DGNPLATFORM_EXPORT ElementQueryResultsForFile* GetResultsForFile | ( | ) | const |
Get the file result set of which this is a part.