|
enum | AntiAliasing {
kAntiAliasNone = 1
, kAntiAliasMinimal = 2
, kAntiAliasLow = 3
, kAntiAliasMedium = 4
,
kAntiAliasHigh = 5
} |
|
enum | BackgroundType { kBackgroundSolid = 0
, kBackgroundGradient = 1
, kBackgroundImage = 2
, kBackgroundMerge = 3
} |
|
enum | CellAlignment {
kTopLeft = 1
, kTopCenter = 2
, kTopRight = 3
, kMiddleLeft = 4
,
kMiddleCenter = 5
, kMiddleRight = 6
, kBottomLeft = 7
, kBottomCenter = 8
,
kBottomRight = 9
} |
|
enum | CellContentLayout { kCellContentLayoutFlow = 0x1
, kCellContentLayoutStackedHorizontal = 0x2
, kCellContentLayoutStackedVertical = 0x4
} |
|
enum | CellContentType { kCellContentTypeUnknown = 0x0
, kCellContentTypeValue = 0x1
, kCellContentTypeField = 0x2
, kCellContentTypeBlock = 0x4
} |
|
enum | CellEdgeMask { kTopMask = 0x1
, kRightMask = 0x2
, kBottomMask = 0x4
, kLeftMask = 0x8
} |
|
enum | CellMargin {
kCellMarginTop = 0x01
, kCellMarginLeft = 0x02
, kCellMarginBottom = 0x04
, kCellMarginRight = 0x08
,
kCellMarginHorzSpacing = 0x10
, kCellMarginVertSpacing = 0x20
} |
|
enum | CellOption { kCellOptionNone = 0x0
, kInheritCellFormat = 0x1
} |
|
enum | CellProperty {
kCellPropInvalid = 0x00000
, kCellPropDataType = 0x00001
, kCellPropDataFormat = 0x00002
, kCellPropRotation = 0x00004
,
kCellPropScale = 0x00008
, kCellPropAlignment = 0x00010
, kCellPropContentColor = 0x00020
, kCellPropTextStyle = 0x00040
,
kCellPropTextHeight = 0x00080
, kCellPropAutoScale = 0x00100
, kCellPropBackgroundColor = 0x00200
, kCellPropMarginLeft = 0x00400
,
kCellPropMarginTop = 0x00800
, kCellPropMarginRight = 0x01000
, kCellPropMarginBottom = 0x02000
, kCellPropContentLayout = 0x04000
,
kCellPropMergeAll = 0x08000
, kCellPropFlowDirBtoT = 0x10000
, kCellPropMarginHorzSpacing = 0x20000
, kCellPropMarginVertSpacing = 0x40000
,
kCellPropDataTypeAndFormat = (kCellPropDataType|kCellPropDataFormat)
, kCellPropContent = (kCellPropDataType|kCellPropDataFormat|kCellPropRotation|kCellPropScale|kCellPropContentColor|kCellPropTextStyle|kCellPropTextHeight|kCellPropAutoScale)
, kCellPropBitProperties = (kCellPropAutoScale|kCellPropMergeAll|kCellPropFlowDirBtoT)
, kCellPropAll = (kCellPropDataType|kCellPropDataFormat|kCellPropRotation|kCellPropScale|kCellPropAlignment|kCellPropContentColor|kCellPropBackgroundColor|kCellPropTextStyle|kCellPropTextHeight|kCellPropMarginLeft|kCellPropMarginTop|kCellPropMarginRight|kCellPropMarginBottom|kCellPropMarginHorzSpacing|kCellPropMarginVertSpacing|kCellPropAutoScale|kCellPropMergeAll|kCellPropFlowDirBtoT|kCellPropContentLayout)
} |
|
enum | CellState {
kCellStateNone = 0x00
, kCellStateContentLocked = 0x01
, kCellStateContentReadOnly = 0x02
, kCellStateLinked = 0x04
,
kCellStateContentModifiedAfterUpdate = 0x08
, kCellStateFormatLocked = 0x10
, kCellStateFormatReadOnly = 0x20
, kCellStateFormatModifiedAfterUpdate = 0x40
,
kAllCellStates = (kCellStateContentLocked|kCellStateContentReadOnly|kCellStateLinked|kCellStateContentModifiedAfterUpdate|kCellStateFormatLocked|kCellStateFormatReadOnly|kCellStateFormatModifiedAfterUpdate)
} |
|
enum | CellType { kUnknownCell = 0
, kTextCell = 1
, kBlockCell = 2
, kMultipleContentCell = 3
} |
|
enum | ChangeType { kObjectUnmodified = 0
, kObjectAdded = 1
, kObjectDeleted
, kObjectModified
} |
|
enum | CollisionType { kCollisionTypeNone = 0
, kCollisionTypeSolid = 1
} |
|
enum | DataLinkGetSourceContext {
kDataLinkGetSourceContextUnknown
, kDataLinkGetSourceContextEtransmit
, kDataLinkGetSourceContextXrefManager
, kDataLinkGetSourceContextFileWatcher
,
kDataLinkGetSourceContextOther
} |
|
enum | DataLinkOption {
kDataLinkOptionNone = 0
, kDataLinkOptionAnonymous = 0x1
, kDataLinkOptionPersistCache = 0x2
, kDataLinkOptionDisableInLongTransaction = 0x4
,
kDataLinkHasCustomData = 0x8
} |
|
enum | DeepCloneType {
kDcCopy = 0
, kDcExplode = 1
, kDcBlock = 2
, kDcXrefBind = 3
,
kDcSymTableMerge = 4
, kDcInsert = 6
, kDcWblock = 7
, kDcObjects = 8
,
kDcXrefInsert = 9
, kDcInsertCopy = 10
, kDcWblkObjects = 11
} |
|
enum | DimArrowFlags { kFirstArrow = 0
, kSecondArrow = 1
} |
|
enum | DuplicateLinetypeLoading { kDltNotApplicable = 0
, kDltIgnore = 1
, kDltReplace = 2
} |
|
enum | DuplicateRecordCloning {
kDrcNotApplicable = 0
, kDrcIgnore = 1
, kDrcReplace = 2
, kDrcXrefMangleName = 3
,
kDrcMangleName = 4
, kDrcUnmangleName = 5
, kDrcMax = kDrcUnmangleName
} |
|
enum | EdgeExtensionType { kExtendEdge = 0x00
, kStretchEdge = 0x01
} |
|
enum | EndCaps { kEndCapNone = 0
, kEndCapRound = 1
, kEndCapAngle = 2
, kEndCapSquare = 3
} |
|
enum | EntSaveAsType { kNoSave = 0
, kSaveAsR12
, kSaveAsR13
, kSaveAsR14
} |
|
enum | FilletTrimMode { kTrimNone = 0
, kTrimFirst = 1
, kTrimSecond = 2
, kTrimBoth = 3
} |
|
enum | FlowDirection { kTtoB = 0
, kBtoT = 1
} |
|
enum | GridLineStyle { kGridLineStyleSingle = 1
, kGridLineStyleDouble = 2
} |
|
enum | GridLineType {
kInvalidGridLine = 0x00
, kHorzTop = 0x01
, kHorzInside = 0x02
, kHorzBottom = 0x04
,
kVertLeft = 0x08
, kVertInside = 0x10
, kVertRight = 0x20
, kHorzGridLineTypes = kHorzTop|kHorzBottom|kHorzInside
,
kVertGridLineTypes = kVertLeft|kVertRight|kVertInside
, kOuterGridLineTypes = kHorzTop|kHorzBottom|kVertLeft|kVertRight
, kInnerGridLineTypes = kHorzInside|kVertInside
, kAllGridLineTypes = kOuterGridLineTypes|kInnerGridLineTypes
} |
|
enum | GridProperty {
kGridPropInvalid = 0x00
, kGridPropLineStyle = 0x01
, kGridPropLineWeight = 0x02
, kGridPropLinetype = 0x04
,
kGridPropColor = 0x08
, kGridPropVisibility = 0x10
, kGridPropDoubleLineSpacing = 0x20
, kGridPropAll = (kGridPropLineStyle|kGridPropLineWeight|kGridPropLinetype|kGridPropColor|kGridPropVisibility|kGridPropDoubleLineSpacing)
} |
|
enum | IndexingModeFlags { kNoIndexing = 0
, kUpdateBlockIndexOnSave = 1
, kUseBlockChangeIterator = 2
, kUseAll = kUpdateBlockIndexOnSave|kUseBlockChangeIterator
} |
|
enum | JoinStyle { kJnStylNone = 0
, kJnStylRound = 1
, kJnStylAngle = 2
, kJnStylFlat = 3
} |
|
enum | LayerAdskType { kLayerSystemLights = 0
, kLayerConstraints = 1
} |
|
enum | LoftNormalsType {
kLoftRuled = 0
, kLoftSmooth = 1
, kLoftFirstNormal = 2
, kLoftLastNormal = 3
,
kLoftEndsNormal = 4
, kLoftAllNormal = 5
, kLoftUseDraftAngles = 6
} |
|
enum | LoftParamType {
kLoftNoParam = 0x00
, kLoftNoTwist = 0x01
, kLoftAlignDirection = 0x02
, kLoftSimplify = 0x04
,
kLoftClose = 0x08
, kLoftPeriodic = 0x10
, kLoftDefault = kLoftNoTwist|kLoftAlignDirection|kLoftSimplify
} |
|
enum | MaterialAttrib {
kAmbient = 0x1
, kDiffuse = 0x2
, kSpecular = 0x4
, kTransparency = 0x8
,
kRoughness = 0x20
, kBumpMap = 0x40
, kReflectionProp = 0x100
, kRefraction = 0x200
} |
|
enum | MaterialType { kStandard = 0
, kGranite = 1
, kMarble = 2
, kWood = 3
} |
|
enum | MergeCellStyleOption {
kMergeCellStyleNone = 0
, kMergeCellStyleCopyDuplicates = 0x1
, kMergeCellStyleOverwriteDuplicates = 0x2
, kMergeCellStyleConvertDuplicatesToOverrides = 0x4
,
kMergeCellStyleIgnoreNewStyles = 0x8
} |
|
enum | MergeFlags {
kMergeFlagBase = 0
, kMergeFlagMine = 1
, kMergeFlagTheirs = 2
, kMergeFlagFull = 4
,
kMergeMaskMineTheirs = kMergeFlagMine|kMergeFlagTheirs
, kMergeMaskResolution = kMergeMaskMineTheirs|kMergeFlagFull
} |
|
enum | MSLSUnits { kMSLSMasterUnits = 0
, kMSLSUORS = 1
, kMSLSDeviceUnits = 2
} |
|
enum | OdArcTextAlignment { kFit = 1
, kLeft = 2
, kRight = 3
, kCenter = 4
} |
|
enum | OdArcTextDirection { kOutwardFromCenter = 1
, kInwardToTheCenter = 2
} |
|
enum | OdArcTextPosition { kOnConvexSide = 1
, kOnConcaveSide = 2
} |
|
enum | OdDbLSComponentType {
kLSSymbolComponent = 1
, kLSCompoundComponent = 2
, kLSStrokePatternComponent = 3
, kLSPointComponent = 4
,
kLSInternalComponent = 6
} |
|
enum | OdEdgeTypeFlags : long {
kTangent = 1L
, kTangentShortend = 2L
, kInterference = 4L
, kBend = 8L
,
kThread = 16L
, kPresentation = 32L
, kRegular = 0
} |
|
enum | OdSmEvent {
SHEET_ADDED = 0
, SHEET_DELETED = 1
, SHEET_SUBSET_CREATED = 2
, SHEET_SUBSET_DELETED = 3
,
SHEET_SELECTION_SET_CREATED = 4
, SHEET_SELECTION_SET_DELETED = 5
, SHEET_VIEW_CREATED = 6
, SHEET_VIEW_DELETED = 7
,
SHEET_VIEW_CATEGORY_CREATED = 8
, SHEET_VIEW_CATEGORY_DELETED = 9
, MODEL_RESOURCE_ADDED = 10
, MODEL_RESOURCE_DELETED = 11
,
CALLOUT_BLOCK_ADDED = 12
, CALLOUT_BLOCK_DELETED = 13
, SHEETS_RENUMBERED = 14
, ACSM_DATABASE_CREATED = 15
,
ACSM_DATABASE_OPENED = 16
, ACSM_DATABASE_IS_CLOSING = 17
, ACSM_DATABASE_WATCH_ERROR = 18
, ACSM_DATABASE_LOCKED = 19
,
ACSM_DATABASE_UNLOCKED = 20
, ACSM_DATABASE_CHANGED = 21
, ACSM_DATABASE_INITNEW_BEGIN = 22
, ACSM_DATABASE_INITNEW_FAILED = 23
,
ACSM_DATABASE_INITNEW_COMPLETE = 24
, ACSM_DATABASE_LOAD_BEGIN = 25
, ACSM_DATABASE_LOAD_FAILED = 26
, ACSM_DATABASE_LOAD_COMPLETE = 27
} |
|
enum | OdTfRevisionControl_MergeResolution {
kMergeRevertFull = 0|4
, kMergeMineConflict = 1
, kMergeMineFull = 1|4
, kMergeTheirsConflict = 2
,
kMergeTheirsFull = 2|4
, kMergePostpone = 5
, kMergeNoResolution = 0
} |
|
enum | OdXrefSubCommand {
kXrefAttach = 0
, kXrefBind = 1
, kXrefDetach = 2
, kXrefOverlay = 3
,
kXrefPath = 4
, kXrefReload = 5
, kXrefResolve = 6
, kXrefUnload = 7
,
kXrefXBind = 8
} |
|
enum | OpenMode { kNotOpen = -1
, kForRead = 0
, kForWrite = 1
, kForNotify = 2
} |
|
enum | OptionType {
kRndPref = 0
, kRndFullOpt = 1
, kRndQuickOpt = 2
, kRndScanlOpt = 3
,
kRndRaytrOpt = 4
, kRndRFileOpt = 5
, kRndFogOpt = 6
, kRndBGOpt = 7
,
kRndOptAmount = 8
} |
|
enum | PagingType { kUnload = 0x01
, kPage = 0x02
, kDoNotEnqueuePagingOnClose = 0x04
} |
|
enum | PathOption { kPathOptionNone = 1
, kPathOptionRelative
, kPathOptionAbsolute
, kPathOptionPathAndFile
} |
|
enum | Planarity { kNonPlanar = 0
, kPlanar = 1
, kLinear = 2
} |
|
enum | Poly2dType { k2dSimplePoly = 0
, k2dFitCurvePoly = 1
, k2dQuadSplinePoly = 2
, k2dCubicSplinePoly = 3
} |
|
enum | Poly3dType { k3dSimplePoly = 0
, k3dQuadSplinePoly = 1
, k3dCubicSplinePoly = 2
} |
|
enum | PolyMeshType { kSimpleMesh = 0
, kQuadSurfaceMesh = 5
, kCubicSurfaceMesh = 6
, kBezierSurfaceMesh = 8
} |
|
enum | ProjectionMethod { kPlanar = 1
, kBox = 2
, kCylinder = 3
, kSphere = 4
} |
|
enum | PropertyFlags { EMPTY = 0
, CUSTOM_SHEETSET_PROP = 1
, CUSTOM_SHEET_PROP = 2
, IS_CHILD = 4
} |
|
enum | ProxyImage { kProxyNotShow = 0
, kProxyShow = 1
, kProxyBoundingBox = 2
} |
|
enum | RenderDestination { kDestViewport = 20
, kDestWindow = 30
, kDestFile = 40
} |
|
enum | RenderQuality { kGouraud = 0
, kPhong = 1
} |
|
enum | RenderType { kRndSimple = 30
, kRndPhotoReal = 50
, kRndRaytrace = 60
} |
|
enum | RotationAngle {
kDegreesUnknown = -1
, kDegrees000 = 0
, kDegrees090 = 1
, kDegrees180 = 2
,
kDegrees270 = 3
} |
|
enum | RowType { kUnknownRow = 0x0
, kDataRow = 0x1
, kTitleRow = 0x2
, kHeaderRow = 0x4
} |
|
enum | SaveType { kDwg = 0
, kDxf = 1
, kDxb = 2
, kUnknown = -1
} |
|
enum | SectionType {
kFull_ST = 0
, kHalfFirst_ST
, kSecondHalf_ST
, kOffset_ST
,
kAligned_ST
, kByObject_ST
, kCircular_ST
, kRectangular_ST
,
kPolygon_ST
} |
|
enum | SelectType { kWindow = 1
, kCrossing = 2
} |
|
enum | SetuvType { kSetuvPlanar = 1
, kSetuvCylindrical = 2
, kSetuvSpherical = 3
, kSetuvSolid = 6
} |
|
enum | SubentType { kFace = 3
, kEdge = 4
, kFilletPart = 5
, kFillet = 6
} |
|
enum | TableBreakFlowDirection { kTableBreakFlowRight = 0x1
, kTableBreakFlowDownOrUp = 0x2
, kTableBreakFlowLeft = 0x4
} |
|
enum | TableBreakOption {
kTableBreakNone = 0
, kTableBreakEnableBreaking = 0x01
, kTableBreakRepeatTopLabels = 0x02
, kTableBreakRepeatBottomLabels = 0x04
,
kTableBreakAllowManualPositions = 0x08
, kTableBreakAllowManualHeights = 0x10
} |
|
enum | TableCopyOption {
kTableCopyOptionNone = 0
, kTableCopyOptionExpandOrContractTable = 0x1
, kTableCopyOptionSkipContent = 0x2
, kTableCopyOptionSkipValue = 0x4
,
kTableCopyOptionSkipField = 0x8
, kTableCopyOptionSkipFormula = 0x10
, kTableCopyOptionSkipBlock = 0x20
, kTableCopyOptionSkipDataLink = 0x40
,
kTableCopyOptionSkipLabelCell = 0x80
, kTableCopyOptionSkipDataCell = 0x100
, kTableCopyOptionSkipFormat = 0x200
, kTableCopyOptionSkipCellStyle = 0x400
,
kTableCopyOptionConvertFormatToOverrides = 0x800
, kTableCopyOptionSkipCellState = 0x1000
, kTableCopyOptionSkipContentFormat = 0x2000
, kTableCopyOptionSkipDissimilarContentFormat = 0x4000
,
kTableCopyOptionSkipGeometry = 0x8000
, kTableCopyOptionSkipMerges = 0x10000
, kTableCopyOptionFillTarget = 0x20000
, kTableCopyOptionOverwriteReadOnlyContent = 0x40000
,
kTableCopyOptionOverwriteReadOnlyFormat = 0x80000
, kTableCopyOptionOverwriteContentModifiedAfterUpdate = 0x100000
, kTableCopyOptionOverwriteFormatModifiedAfterUpdate = 0x200000
, kTableCopyOptionOnlyContentModifiedAfterUpdate = 0x400000
,
kTableCopyOptionOnlyFormatModifiedAfterUpdate = 0x800000
, kTableCopyOptionRowHeight = 0x1000000
, kTableCopyOptionColumnWidth = 0x2000000
, kTableCopyOptionFullCellState = 0x4000000
,
kTableCopyOptionForRountrip = 0x8000000
, kTableCopyOptionConvertFieldToValue = 0x10000000
, kTableCopyOptionSkipFieldTranslation = 0x20000000
} |
|
enum | TableFillOption {
kTableFillOptionNone = 0
, kTableFillOptionRow = 0x1
, kTableFillOptionReverse = 0x2
, kTableFillOptionGenerateSeries = 0x4
,
kTableFillOptionCopyContent = 0x8
, kTableFillOptionCopyFormat = 0x10
, kTableFillOptionOverwriteReadOnlyContent = 0x20
, kTableFillOptionOverwriteReadOnlyFormat = 0x40
} |
|
enum | TableHitItem {
kTableHitNone = 0
, kTableHitCell = 0x1
, kTableHitRowIndicator = 0x2
, kTableHitColumnIndicator = 0x4
,
kTableHitGridLine = 0x8
} |
|
enum | TableIteratorOption {
kTableIteratorNone = 0
, kTableIteratorIterateSelection = 0x1
, kTableIteratorIterateRows = 0x2
, kTableIteratorIterateColumns = 0x4
,
kTableIteratorIterateDataLinks = 0x80
, kTableIteratorReverseOrder = 0x8
, kTableIteratorSkipReadOnlyContent = 0x10
, kTableIteratorSkipReadOnlyFormat = 0x20
,
kTableIteratorSkipMerged = 0x40
} |
|
enum | TableStyleFlags { kHorzInsideLineFirst = 0x1
, kHorzInsideLineSecond = 0x2
, kHorzInsideLineThird = 0x4
, kTableStyleModified = 0x8
} |
|
enum | TextFileEncoding {
kTextFileEncodingDefault = 0
, kTextFileEncodingANSI = 1
, kTextFileEncodingUTF8 = 11
, kTextFileEncodingUTF16 = 21
,
kTextFileEncodingUTF16LE = 22
, kTextFileEncodingUTF16BE = 23
, kTextFileEncodingUTF32 = 31
, kTextFileEncodingUTF32LE = 32
,
kTextFileEncodingUTF32BE = 33
} |
|
enum | TextureMapSampling { kTMapSampPoint = 1
, kTMapSampLinear = 2
, kTMapSampMipMap = 3
} |
|
enum | TileMethod { kTmDefault = 0
, kTmTile = 1
, kTmCrop = 2
, kTmClamp = 3
} |
|
enum | TimeZone {
kInternationalDateLine = -12000
, kMidwayIsland = -11000
, kHawaii = -10000
, kAlaska = -9000
,
kPacific = -8000
, kMountain = -7000
, kArizona = -7001
, kMazatlan = -7002
,
kCentral = -6000
, kCentralAmerica = -6001
, kMexicoCity = -6002
, kSaskatchewan = -6003
,
kEastern = -5000
, kIndiana = -5001
, kBogota = -5002
, kAtlanticCanada = -4000
,
kCaracas = -4001
, kSantiago = -4002
, kNewfoundland = -3300
, kBrasilia = -3000
,
kBuenosAires = -3001
, kGreenland = -3002
, kMidAtlantic = -2000
, kAzores = -1000
,
kCapeVerde = -1001
, kUTC = 0
, kGMT = 1
, kMonrovia = 2
,
kBerlin = 1000
, kParis = 1001
, kPrague = 1002
, kSarajevo = 1003
,
kWestCentralAfrica = 1004
, kAthens = 2000
, kEasternEurope = 2001
, kCairo = 2002
,
kHarare = 2003
, kHelsinki = 2004
, kJerusalem = 2005
, kMoscow = 3000
,
kRiyadh = 3001
, kBaghdad = 3002
, kEastAfrica = 3003
, kTehran = 3300
,
kAbuDhabi = 4000
, kCaucasus = 4001
, kKabul = 4300
, kEkaterinburg = 5000
,
kIslamabad = 5001
, kKolkata = 5300
, kKathmandu = 5450
, kAlmaty = 6000
,
kDhaka = 6001
, kSriLanka = 6002
, kRangoon = 6300
, kBangkok = 7000
,
kKrasnoyarsk = 7001
, kBeijing = 8000
, kSingapore = 8001
, kTaipei = 8002
,
kIrkutsk = 8003
, kPerth = 8004
, kTokyo = 9000
, kSeoul = 9001
,
kYakutsk = 9002
, kAdelaide = 9300
, kDarwin = 9301
, kSydney = 10000
,
kGuam = 10001
, kBrisbane = 10002
, kHobart = 10003
, kVladivostock = 10004
,
kMagadan = 11000
, kWellington = 12000
, kFiji = 12001
, kTonga = 13000
} |
|
enum | UpdateDirection { kUpdateDirectionSourceToData = 0x1
, kUpdateDirectionDataToSource = 0x2
} |
|
enum | UpdateOption {
kUpdateOptionNone = 0
, kUpdateOptionConvertFormulasAndFormats = 0x01
, kUpdateOptionKeepFormats = 0x02
, kUpdateOptionKeepFormulas = 0x04
,
kUpdateOptionSkipFormat = 0x20000
, kUpdateOptionUpdateRowHeight = 0x40000
, kUpdateOptionUpdateColumnWidth = 0x80000
, kUpdateOptionAllowSourceUpdate = 0x100000
,
kUpdateOptionForceFullSourceUpdate = 0x200000
, kUpdateOptionOverwriteContentModifiedAfterUpdate = 0x400000
, kUpdateOptionOverwriteFormatModifiedAfterUpdate = 0x800000
, kUpdateOptionForPreview = 0x1000000
,
kUpdateOptionIncludeXrefs = 0x2000000
, kUpdateOptionSkipFormatAfterFirstUpdate = 0x4000000
} |
|
enum | Vertex2dType { k2dVertex = 0
, k2dSplineCtlVertex = 1
, k2dSplineFitVertex = 2
, k2dCurveFitVertex = 3
} |
|
enum | Vertex3dType { k3dSimpleVertex = 0
, k3dControlVertex = 1
, k3dFitVertex = 2
} |
|
enum | VerticalApplicationMode { kEnabler = 0
, kEditor = 1
} |
|
enum | VerticalApplicationType { kArchitecture = 0x01
, kCivil = 0x02
, kMechanical = 0x04
} |
|
enum | Visibility { kInvisible = 1
, kVisible = 0
} |
|
enum | XrefStatus {
kXrfNotAnXref = 0
, kXrfResolved = 1
, kXrfUnloaded = 2
, kXrfUnreferenced = 3
,
kXrfFileNotFound = 4
, kXrfUnresolved = 5
} |
|