#include <DgnPlatform/ExtendedElementHandler.h>
#include <DgnPlatform/ITransactionHandler.h>
#include <DgnPlatform/IAnnotationHandler.h>
#include <DgnPlatform/ParametricModeling.h>
Go to the source code of this file.
Classes | |
struct | ParametricCellDefinition |
Represents a parametric model published as a cell definition in a manner similar to shared cells. More... | |
struct | ParametricCellDefIterator |
An iterator over the parametric cell definition elements within a DgnFile. More... | |
struct | ParametricCellDefCollection |
A collection of all parametric cell definition elements within a DgnFile. More... | |
struct | IParametricCellDefEventListener |
Interface adopted by an object which wants to be notified of parametric cell definition- related events when they occur. More... | |
struct | ParametricCellDefHandler |
Handler responsible for parametric cell definition elements. More... | |
struct | ParametricCellInfo |
Describes a parametric cell instance. More... | |
struct | ParametricCellHandler |
Handler responsible for parametric cell instance elements. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Enumerations | |
enum | ParametricCellDefEventType { Add, Modify, Delete } |
Types of parametric cell definition-related events for which notifications are dispatched. More... | |
Functions | |
DGNPLATFORM_TYPEDEFS (ParametricCellDefinition) | |
DGNPLATFORM_TYPEDEFS (ParametricCellInfo) | |
DGNPLATFORM_REF_COUNTED_PTR (ParametricCellDefinition) | |
DGNPLATFORM_REF_COUNTED_PTR (ParametricCellInfo) | |
DGNPLATFORM_TYPEDEFS (ParametricCellDefCollection) | |
DGNPLATFORM_TYPEDEFS (ParametricCellDefIterator) | |
DGNPLATFORM_TYPEDEFS (IParametricCellDefEventListener) | |
DGNPLATFORM_REF_COUNTED_PTR | ( | ParametricCellDefinition | ) |
DGNPLATFORM_REF_COUNTED_PTR | ( | ParametricCellInfo | ) |
DGNPLATFORM_TYPEDEFS | ( | ParametricCellDefinition | ) |
DGNPLATFORM_TYPEDEFS | ( | ParametricCellInfo | ) |
DGNPLATFORM_TYPEDEFS | ( | ParametricCellDefCollection | ) |
DGNPLATFORM_TYPEDEFS | ( | ParametricCellDefIterator | ) |
DGNPLATFORM_TYPEDEFS | ( | IParametricCellDefEventListener | ) |