#include "TextHandlers.h"
#include <DgnPlatform/DimensionElem.h>
#include <DgnPlatform/ValueFormat.h>
#include <DgnPlatform/ElementGeometry.h>
Go to the source code of this file.
Classes | |
struct | IDimCreateData |
An object of this type is required to supply necessary information to DimensionHandler::CreateDimensionElement. More... | |
struct | IDimensionQuery |
Query an element for dimension specific properties. More... | |
struct | IDimensionEdit |
Modify and Query dimension specific properties of an element. More... | |
struct | DimensionTextPartId |
! While querying a dimension using ITextEdit and ITextQuery the returned ! object is a DimensionTextPartId. More... | |
struct | DimensionHandler |
The default type handler for Dimension elements (type: DIMENSION_ELM). More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Functions | |
DGNPLATFORM_TYPEDEFS (IDimCreateData) | |