#include <ECObjects/ECObjectsAPI.h>
#include <DgnPlatform/DgnCoreAPI.h>
#include <DgnPlatform/ECQuery.h>
#include <DgnPlatform/DgnEcInstance.h>
#include <Bentley/WString.h>
#include "DgnLinkTree.h"
#include "DgnECFinders.h"
#include <Bentley\BeTextFile.h>
Go to the source code of this file.
Classes | |
struct | DgnLinkECInstanceAdapter |
An interface thats used for creating an object from ECInstance. More... | |
struct | DgnLinkTargetSpec |
This class defines the target spec for links. More... | |
struct | DgnLinkFollowLog |
DgnLinkFollowLog can be used to create log data. More... | |
struct | DgnLink |
This is base class for defining a link. More... | |
struct | DgnLinkSet |
Class to define the link sets in DgnFile. More... | |
struct | DgnLinkUserData |
Class to define the links user data like AppId etc. More... | |
struct | DgnLinkBookmarkProvider |
A link bookmark provider class. More... | |
struct | DgnGenericLink |
DgnGenericLink represents a link type that can represent any link type. More... | |
struct | DgnFileLink |
DgnFileLink class is used to represents links of file link type. More... | |
struct | DgnFolderLink |
A DgnFolderLink can be used to create a link of type folder link. More... | |
struct | DgnLinkComposition |
DgnLinkComposition is an abstract class, which represents composition of link types. More... | |
struct | DgnModelLink |
struct | DgnRegionLink |
DgnRegionLink points to a region inside a Dgn File. More... | |
struct | DgnURLLink |
DgnURLLink represents the URL type which gets linked into some place. More... | |
struct | DgnConfigVarExpressionLink |
DgnConfigVarExpressionLink is class which represents the expression type of link. More... | |
struct | HarvestingLogger |
A class which defines the type of harvesting strategy and behaviour. More... | |
struct | DgnLinkSetLink |
A class which defines the linkset link type. More... | |
struct | WordHeadingInfo |
struct | WordHeadingLink |
WordHeadingLink can be used to create link of type heading link. More... | |
struct | WordBookmarkLink |
a class to represents a link of type WordBookmarkLink. More... | |
struct | ExcelSheetLink |
This class is used to create a link of type ExcelSheetLink. More... | |
struct | PDFRegionInfo |
struct | PDFRegionLink |
This can be used to create the link of type PDFRegionLink, which will represents the region in pdf file. More... | |
struct | DgnLinkStringUserData |
This class can be used to represents the user string data. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Macros | |
#define | DESIGNLINKS_USERDATA_APPID_String 22261 |
Enumerations | |
enum | WordRegionType { Invalid = 0, Bookmark = 1, Heading = 2 } |
Options to specify the type of the Word Region. More... | |
enum | PDFRegionType { Invalid = 0, Bookmark = 1 } |
Options to specify the type of the PDF Region. More... | |
#define DESIGNLINKS_USERDATA_APPID_String 22261 |