40 CREATE_ASSOC_Normal = 0,
41 CREATE_ASSOC_DisallowFarElm = (1 << 0),
42 CREATE_ASSOC_DisallowCustom = (1 << 1),
43 CREATE_ASSOC_AllowAdjustedPoints = (1 << 2),
48 CREATE_ASSOC_MASK_DIMENSION = (1 << 0),
49 CREATE_ASSOC_MASK_MLINE = (1 << 1),
50 CREATE_ASSOC_MASK_CELLS = (1 << 2),
51 CREATE_ASSOC_MASK_LINEAR = (1 << 3),
52 CREATE_ASSOC_MASK_NOTE = (1 << 4),
53 CREATE_ASSOC_MASK_TEXT = (1 << 5),
167 ArcLocation keyPoint,
336 CreateOptions options
struct DgnPlatform::SnapPath const * SnapPathCP
Definition: DgnPlatform.h:451
struct DgnPlatform::DisplayPath const * DisplayPathCP
Definition: DgnPlatform.h:236
3d point coordinates.
Definition: dpoint3d.h:19
BentleyStatus
Definition: Bentley.h:208
unsigned short UShort
Definition: Bentley.r.h:133
unsigned char byte
Definition: Bentley.r.h:144
int StatusInt
Definition: Bentley.h:222
struct DgnPlatform::ElementHandle const & ElementHandleCR
Definition: DgnPlatform.h:260