Konstante

Iz SDMS
Jump to navigationJump to search
Ta stran je trenutno še v izdelavi.

Constants

Const dtPolygon As Long = 5
Const gtNet As Long = 0

Code Page Translation Constants

Const cptNone As Long = 0
Const cptOEM As Long = 1
Const cptYUASCII As Long = 2

Docking windows Constants

Const dwAerialView As Long = 7
Const dwAll As Long = 0
Const dwCoorCalc As Long = 6
Const dwCustomForm As Long = 9
Const dwDrawItem As Long = 10
Const dwDrawList As Long = 2
Const dwGeoEditor As Long = 5
Const dwHintList As Long = 3
Const dwLayer As Long = 4
Const dwMap As Long = 1
Const dwMediaPlayer As Long = 8

Draw item type Constants

Const dtBarGraph As Long = 7
Const dtBasic As Long = 13
Const dtFixed As Long = 12
Const dtGrid As Long = 14
Const dtHidden As Long = 15
Const dtImageHatch As Long = 5
Const dtIncluded As Long = 11
Const dtLineHatch As Long = 9
Const dtObject As Long = 3
Const dtPieGraph As Long = 8
Const dtPointHatch As Long = 10
Const dtPolyLine As Long = 4
Const dtRaster As Long = 6
Const dtSymbol As Long = 1
Const dtText As Long = 2

Draw List Operation Constants

Const dlDisplayOff As Long = 2    // vse teme ugasne
Const dlDisplayOn As Long = 1     // vse teme prižge
Const dlHintsOff As Long = 512    // vse hinte zapre
Const dlHintsOn As Long = 256     // vse hinte odpre
Const dlLayerOff As Long = 131072 // briše teme iz tematike
Const dlLegendOff As Long = 8192  // vse legende zapre
Const dlLegendOn As Long = 4096   // vse legende odpre
Const dlSearchOff As Long = 32    // ukinjena
Const dlSearchOn As Long = 16     // ukinjena

Export topology type Constants

Const exttArcInfPoint As Long = 0
Const exttArcInfPolygon As Long = 2
Const exttArcInfPolyline As Long = 1
Const exttShapePoint As Long = 0
Const exttShapePolygon As Long = 2
Const exttShapePolygonZ As Long = 4
Const exttShapePolyline As Long = 1
Const exttShapePolylineZ As Long = 3

Export type Constants

Const extArcInfo As Long = 3
Const extASCIIDelimited As Long = 0
Const extASCIIFixed As Long = 1
Const extDXF As Long = 4
Const extODBC As Long = 2
Const extShape As Long = 5

Field Type Constants

Const ftBoolean As Long = 4
Const ftDate As Long = 2
Const ftNumber As Long = 1
Const ftObject As Long = 3
Const ftString As Long = 0

Fill mode Constants

Const fmOpaque As Long = 0
Const fmTransparent As Long = 1

Font style Constants

Const fsBold As Long = 1
Const fsBoldItalic As Long = 3
Const fsItalic As Long = 2
Const fsNormal As Long = 0

Form view style Constants

Const saAuto As Long = 1
Const saPredefined As Long = 2

Grid Type Constants

Const gtCrossSections As Long = 1
Const gtNormal As Long = 0

HLS Color Constants

Const hlsBlue As Long = 160
Const hlsCyan As Long = 120
Const hlsGreen As Long = 80
Const hlsMagenta As Long = 200
Const hlsRed As Long = 0
Const hlsYellow As Long = 40

Horizontal align Constants

Const haCenter As Long = 1
Const haLeft As Long = 0
Const haRight As Long = 2

Image formats Constants

Const ifBMP As Long = 0
Const ifBMP_RLE As Long = 1
Const ifJPG As Long = 2
Const ifPNG As Long = 5
Const ifTIF As Long = 3
Const ifTIF_G4 As Long = 4

Import type Constants

Const imtArcInfo As Long = 3
Const imtASCII As Long = 0
Const imtDXF As Long = 4
Const imtODBC As Long = 2
Const imtSdms15 As Long = 1

Licence types Constants

Const ltAccademic As Long = 5
Const ltEngine As Long = 2
Const ltToolkit As Long = 3
Const ltViewer As Long = 1
Const ltWebServer As Long = 4

Object Types Constants

Const otApplication As Long = 1
Const otDialog As Long = 16
Const otDrawList As Long = 14
Const otFolder As Long = 0
Const otHatch As Long = 2
Const otHintList As Long = 15
Const otHotkey As Long = 3
Const otLayer As Long = 4
Const otLineType As Long = 5
Const otMenu As Long = 7
Const otModule As Long = 6
Const otPrintLayout As Long = 8
Const otSymbol As Long = 9
Const otTable As Long = 10
Const otToolbar As Long = 11
Const otUser As Long = 12
Const otUserGroup As Long = 13

Polygon filter type Constants

Const pftFullIn As Long = 3
Const pftFullInNotTouch As Long = 4
Const pftFullPartIn As Long = 2
Const pftFullPartInQuick As Long = 0
Const pftFullPartInTouch As Long = 1
Const pftTouchCross As Long = 7
Const pftTouchCrossIn As Long = 6
Const pftTouchCrossOut As Long = 8
Const pftTouchIn As Long = 5
Const pftTouchOut As Long = 9

Print layout items Constants

Const piDrawItem As Long = 8
Const piHatch As Long = 3
Const piImage As Long = 4
Const piLabel As Long = 0
Const piLine As Long = 2
Const piMap As Long = 6
Const piOLE As Long = 5
Const piPrintLayout As Long = 7
Const piSymbol As Long = 1

Sort order Constants

Const soAccending As Long = 0
Const soDescending As Long = 1
Const soNaturalAccending As Long = 2
Const soNaturalDescending As Long = 3

Standard Color Constants

Const Aqua As Long = 16776960
Const Black As Long = 0
Const Blue As Long = 16711680
Const DkGray As Long = 4210752
Const Fuchsia As Long = 16711935
Const Gray As Long = 8421504
Const Green As Long = 32768
Const Lime As Long = 65280
Const LtGray As Long = 12632256
Const Maroon As Long = 128
Const Navy As Long = 8388608
Const Olive As Long = 32896
Const Purple As Long = 8388736
Const Red As Long = 255
Const Silver As Long = 12632256
Const Teal As Long = 8421376
Const White As Long = 16777215
Const Yellow As Long = 65535

Text Style Constants

Const tsBold As Long = 1
Const tsBoldItalic As Long = 3
Const tsItalic As Long = 2
Const tsNormal As Long = 0

Topology type Constants

Const ttArc As Long = 13
Const ttCircle As Long = 12
Const ttNoTopology As Long = 20
Const ttPoint As Long = 0
Const ttPolygon As Long = 2
Const ttPolyLine As Long = 1
Const ttRectangle As Long = 11

Transparent mode Constants

Const tmOpaque As Long = 0
Const tmTransparent As Long = 1

Vertical align Constants

Const vaBottom As Long = 2
Const vaCenter As Long = 1
Const vaTop As Long = 0