Namespaces | Enumerations | Functions
BentleyDgn.h File Reference
#include <DgnPlatform/DgnPlatform.h>
#include <RmgrTools/Tools/Dsig.h>

Go to the source code of this file.

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  DgnModelSections {
  None = 0, Dictionary = (1 << 0), ControlElements = (1 << 1), GraphicElements = (1 << 2),
  Model = (ControlElements | GraphicElements), All = 0x7fffffff
}
 The element sections within a DgnModel. More...
 

Functions

DGNPLATFORM_EXPORT UInt32 dgnFileObj_getNextGraphicGroup (DgnFileP pFile)
 Get the next graphic group number from the DesignFileHeader. More...
 
DGNPLATFORM_EXPORT void dgnFileObj_saveNextGraphicGroup (DgnFileP pFile, UInt32 nextGroupId)
 Set the next graphic group number in the DesignFileHeader. More...
 

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.