Konstante: Razlika med redakcijama

Iz SDMS
Jump to navigationJump to search
(Nova stran z vsebino: __NOTOC__ {{Work}} == Constants== <source class="declaration">Const dtPolygon As Long = 5</source> <source class="declaration">Const gtNet As Long = 0</source> 2010-03-22 14...)
 
m
Vrstica 1: Vrstica 1:
__NOTOC__
 
 
{{Work}}
 
{{Work}}
  
 
== Constants==
 
== Constants==
<source class="declaration">Const dtPolygon As Long = 5</source>
+
<source>
 +
Const dtPolygon As Long = 5
 +
Const gtNet As Long = 0
 +
</source>
  
<source class="declaration">Const gtNet As Long = 0</source>
 
 
2010-03-22 14:23:31
 
 
==Code Page Translation Constants==
 
==Code Page Translation Constants==
<source class="declaration">Const cptNone As Long = 0</source>
+
<source>
 +
Const cptNone As Long = 0
 +
Const cptOEM As Long = 1
 +
Const cptYUASCII As Long = 2
 +
</source>
  
<source class="declaration">Const cptOEM As Long = 1</source>
 
 
<source class="declaration">Const cptYUASCII As Long = 2</source>
 
 
2010-03-22 14:23:31
 
 
==Docking windows Constants==
 
==Docking windows Constants==
<source class="declaration">Const dwAerialView As Long = 7</source>
+
<source>
 
+
Const dwAerialView As Long = 7
<source class="declaration">Const dwAll As Long = 0</source>
+
Const dwAll As Long = 0
 
+
Const dwCoorCalc As Long = 6
<source class="declaration">Const dwCoorCalc As Long = 6</source>
+
Const dwCustomForm As Long = 9
 
+
Const dwDrawItem As Long = 10
<source class="declaration">Const dwCustomForm As Long = 9</source>
+
Const dwDrawList As Long = 2
 
+
Const dwGeoEditor As Long = 5
<source class="declaration">Const dwDrawItem As Long = 10</source>
+
Const dwHintList As Long = 3
 
+
Const dwLayer As Long = 4
<source class="declaration">Const dwDrawList As Long = 2</source>
+
Const dwMap As Long = 1
 
+
Const dwMediaPlayer As Long = 8
<source class="declaration">Const dwGeoEditor As Long = 5</source>
+
</source>
 
 
<source class="declaration">Const dwHintList As Long = 3</source>
 
  
<source class="declaration">Const dwLayer As Long = 4</source>
 
 
<source class="declaration">Const dwMap As Long = 1</source>
 
 
<source class="declaration">Const dwMediaPlayer As Long = 8</source>
 
 
2010-03-22 14:23:31
 
 
==Draw item type Constants==
 
==Draw item type Constants==
<source class="declaration">Const dtBarGraph As Long = 7</source>
+
<source>
 
+
Const dtBarGraph As Long = 7
<source class="declaration">Const dtBasic As Long = 13</source>
+
Const dtBasic As Long = 13
 
+
Const dtFixed As Long = 12
<source class="declaration">Const dtFixed As Long = 12</source>
+
Const dtGrid As Long = 14
 
+
Const dtHidden As Long = 15
<source class="declaration">Const dtGrid As Long = 14</source>
+
Const dtImageHatch As Long = 5
 
+
Const dtIncluded As Long = 11
<source class="declaration">Const dtHidden As Long = 15</source>
+
Const dtLineHatch As Long = 9
 
+
Const dtObject As Long = 3
<source class="declaration">Const dtImageHatch As Long = 5</source>
+
Const dtPieGraph As Long = 8
 
+
Const dtPointHatch As Long = 10
<source class="declaration">Const dtIncluded As Long = 11</source>
+
Const dtPolyLine As Long = 4
 
+
Const dtRaster As Long = 6
<source class="declaration">Const dtLineHatch As Long = 9</source>
+
Const dtSymbol As Long = 1
 
+
Const dtText As Long = 2
<source class="declaration">Const dtObject As Long = 3</source>
+
</source>
 
 
<source class="declaration">Const dtPieGraph As Long = 8</source>
 
 
 
<source class="declaration">Const dtPointHatch As Long = 10</source>
 
 
 
<source class="declaration">Const dtPolyLine As Long = 4</source>
 
 
 
<source class="declaration">Const dtRaster As Long = 6</source>
 
 
 
<source class="declaration">Const dtSymbol As Long = 1</source>
 
 
 
<source class="declaration">Const dtText As Long = 2</source>
 
  
2010-03-22 14:23:31
 
 
==Draw List Operation Constants==
 
==Draw List Operation Constants==
<source class="declaration">Const dlDisplayOff As Long = 2</source>
+
<source>
 
+
Const dlDisplayOff As Long = 2
<source class="declaration">Const dlDisplayOn As Long = 1</source>
+
Const dlDisplayOn As Long = 1
 +
Const dlHintsOff As Long = 512
 +
Const dlHintsOn As Long = 256
 +
Const dlLayerOff As Long = 131072
 +
Const dlLegendOff As Long = 8192
 +
Const dlLegendOn As Long = 4096
 +
Const dlSearchOff As Long = 32
 +
Const dlSearchOn As Long = 16
 +
</source>
  
<source class="declaration">Const dlHintsOff As Long = 512</source>
 
 
<source class="declaration">Const dlHintsOn As Long = 256</source>
 
 
<source class="declaration">Const dlLayerOff As Long = 131072</source>
 
 
<source class="declaration">Const dlLegendOff As Long = 8192</source>
 
 
<source class="declaration">Const dlLegendOn As Long = 4096</source>
 
 
<source class="declaration">Const dlSearchOff As Long = 32</source>
 
 
<source class="declaration">Const dlSearchOn As Long = 16</source>
 
 
2010-03-22 14:23:31
 
 
==Export topology type Constants==
 
==Export topology type Constants==
<source class="declaration">Const exttArcInfPoint As Long = 0</source>
+
<source>
 
+
Const exttArcInfPoint As Long = 0
<source class="declaration">Const exttArcInfPolygon As Long = 2</source>
+
Const exttArcInfPolygon As Long = 2
 
+
Const exttArcInfPolyline As Long = 1
<source class="declaration">Const exttArcInfPolyline As Long = 1</source>
+
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
 +
</source>
  
<source class="declaration">Const exttShapePoint As Long = 0</source>
 
 
<source class="declaration">Const exttShapePolygon As Long = 2</source>
 
 
<source class="declaration">Const exttShapePolygonZ As Long = 4</source>
 
 
<source class="declaration">Const exttShapePolyline As Long = 1</source>
 
 
<source class="declaration">Const exttShapePolylineZ As Long = 3</source>
 
 
2010-03-22 14:23:31
 
 
==Export type Constants==
 
==Export type Constants==
<source class="declaration">Const extArcInfo As Long = 3</source>
+
<source>
 
+
Const extArcInfo As Long = 3
<source class="declaration">Const extASCIIDelimited As Long = 0</source>
+
Const extASCIIDelimited As Long = 0
 
+
Const extASCIIFixed As Long = 1
<source class="declaration">Const extASCIIFixed As Long = 1</source>
+
Const extDXF As Long = 4
 
+
Const extODBC As Long = 2
<source class="declaration">Const extDXF As Long = 4</source>
+
Const extShape As Long = 5
 
+
</source>
<source class="declaration">Const extODBC As Long = 2</source>
 
  
<source class="declaration">Const extShape As Long = 5</source>
 
 
2010-03-22 14:23:31
 
 
==Field Type Constants==
 
==Field Type Constants==
<source class="declaration">Const ftBoolean As Long = 4</source>
+
<source>
 +
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
 +
</source>
  
<source class="declaration">Const ftDate As Long = 2</source>
 
 
<source class="declaration">Const ftNumber As Long = 1</source>
 
 
<source class="declaration">Const ftObject As Long = 3</source>
 
 
<source class="declaration">Const ftString As Long = 0</source>
 
 
2010-03-22 14:23:31
 
 
==Fill mode Constants==
 
==Fill mode Constants==
<source class="declaration">Const fmOpaque As Long = 0</source>
+
<source class="declaration">Const fmOpaque As Long = 0
 
+
Const fmTransparent As Long = 1</source>
<source class="declaration">Const fmTransparent As Long = 1</source>
 
  
2010-03-22 14:23:31
 
 
==Font style Constants==
 
==Font style Constants==
<source class="declaration">Const fsBold As Long = 1</source>
+
<source class="declaration">Const fsBold As Long = 1
 
+
Const fsBoldItalic As Long = 3
<source class="declaration">Const fsBoldItalic As Long = 3</source>
+
Const fsItalic As Long = 2
 
+
Const fsNormal As Long = 0</source>
<source class="declaration">Const fsItalic As Long = 2</source>
 
 
 
<source class="declaration">Const fsNormal As Long = 0</source>
 
  
2010-03-22 14:23:31
 
 
==Form view style Constants==
 
==Form view style Constants==
<source class="declaration">Const saAuto As Long = 1</source>
+
<source class="declaration">Const saAuto As Long = 1
 +
Const saPredefined As Long = 2</source>
  
<source class="declaration">Const saPredefined As Long = 2</source>
 
 
2010-03-22 14:23:31
 
 
==Grid Type Constants==
 
==Grid Type Constants==
<source class="declaration">Const gtCrossSections As Long = 1</source>
+
<source class="declaration">Const gtCrossSections As Long = 1
 +
Const gtNormal As Long = 0</source>
  
<source class="declaration">Const gtNormal As Long = 0</source>
 
 
2010-03-22 14:23:31
 
 
==HLS Color Constants==
 
==HLS Color Constants==
<source class="declaration">Const hlsBlue As Long = 160</source>
+
<source class="declaration">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</source>
  
<source class="declaration">Const hlsCyan As Long = 120</source>
 
 
<source class="declaration">Const hlsGreen As Long = 80</source>
 
 
<source class="declaration">Const hlsMagenta As Long = 200</source>
 
 
<source class="declaration">Const hlsRed As Long = 0</source>
 
 
<source class="declaration">Const hlsYellow As Long = 40</source>
 
 
2010-03-22 14:23:31
 
 
==Horizontal align Constants==
 
==Horizontal align Constants==
<source class="declaration">Const haCenter As Long = 1</source>
+
<source class="declaration">Const haCenter As Long = 1
 
+
Const haLeft As Long = 0
<source class="declaration">Const haLeft As Long = 0</source>
+
Const haRight As Long = 2</source>
 
 
<source class="declaration">Const haRight As Long = 2</source>
 
  
2010-03-22 14:23:31
 
 
==Image formats Constants==
 
==Image formats Constants==
<source class="declaration">Const ifBMP As Long = 0</source>
+
<source class="declaration">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</source>
  
<source class="declaration">Const ifBMP_RLE As Long = 1</source>
 
 
<source class="declaration">Const ifJPG As Long = 2</source>
 
 
<source class="declaration">Const ifPNG As Long = 5</source>
 
 
<source class="declaration">Const ifTIF As Long = 3</source>
 
 
<source class="declaration">Const ifTIF_G4 As Long = 4</source>
 
 
2010-03-22 14:23:31
 
 
==Import type Constants==
 
==Import type Constants==
<source class="declaration">Const imtArcInfo As Long = 3</source>
+
<source class="declaration">Const imtArcInfo As Long = 3
 
+
Const imtASCII As Long = 0
<source class="declaration">Const imtASCII As Long = 0</source>
+
Const imtDXF As Long = 4
 
+
Const imtODBC As Long = 2
<source class="declaration">Const imtDXF As Long = 4</source>
+
Const imtSdms15 As Long = 1</source>
  
<source class="declaration">Const imtODBC As Long = 2</source>
 
 
<source class="declaration">Const imtSdms15 As Long = 1</source>
 
 
2010-03-22 14:23:31
 
 
==Licence types Constants==
 
==Licence types Constants==
<source class="declaration">Const ltAccademic As Long = 5</source>
+
<source class="declaration">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</source>
  
<source class="declaration">Const ltEngine As Long = 2</source>
 
 
<source class="declaration">Const ltToolkit As Long = 3</source>
 
 
<source class="declaration">Const ltViewer As Long = 1</source>
 
 
<source class="declaration">Const ltWebServer As Long = 4</source>
 
 
2010-03-22 14:23:31
 
 
==Object Types Constants==
 
==Object Types Constants==
<source class="declaration">Const otApplication As Long = 1</source>
+
<source class="declaration">Const otApplication As Long = 1
 
+
Const otDialog As Long = 16
<source class="declaration">Const otDialog As Long = 16</source>
+
Const otDrawList As Long = 14
 
+
Const otFolder As Long = 0
<source class="declaration">Const otDrawList As Long = 14</source>
+
Const otHatch As Long = 2
 
+
Const otHintList As Long = 15
<source class="declaration">Const otFolder As Long = 0</source>
+
Const otHotkey As Long = 3
 
+
Const otLayer As Long = 4
<source class="declaration">Const otHatch As Long = 2</source>
+
Const otLineType As Long = 5
 
+
Const otMenu As Long = 7
<source class="declaration">Const otHintList As Long = 15</source>
+
Const otModule As Long = 6
 
+
Const otPrintLayout As Long = 8
<source class="declaration">Const otHotkey As Long = 3</source>
+
Const otSymbol As Long = 9
 
+
Const otTable As Long = 10
<source class="declaration">Const otLayer As Long = 4</source>
+
Const otToolbar As Long = 11
 
+
Const otUser As Long = 12
<source class="declaration">Const otLineType As Long = 5</source>
+
Const otUserGroup As Long = 13</source>
 
 
<source class="declaration">Const otMenu As Long = 7</source>
 
 
 
<source class="declaration">Const otModule As Long = 6</source>
 
 
 
<source class="declaration">Const otPrintLayout As Long = 8</source>
 
 
 
<source class="declaration">Const otSymbol As Long = 9</source>
 
 
 
<source class="declaration">Const otTable As Long = 10</source>
 
 
 
<source class="declaration">Const otToolbar As Long = 11</source>
 
  
<source class="declaration">Const otUser As Long = 12</source>
 
 
<source class="declaration">Const otUserGroup As Long = 13</source>
 
 
2010-03-22 14:23:31
 
 
==Polygon filter type Constants==
 
==Polygon filter type Constants==
<source class="declaration">Const pftFullIn As Long = 3</source>
+
<source class="declaration">Const pftFullIn As Long = 3
 
+
Const pftFullInNotTouch As Long = 4
<source class="declaration">Const pftFullInNotTouch As Long = 4</source>
+
Const pftFullPartIn As Long = 2
 
+
Const pftFullPartInQuick As Long = 0
<source class="declaration">Const pftFullPartIn As Long = 2</source>
+
Const pftFullPartInTouch As Long = 1
 
+
Const pftTouchCross As Long = 7
<source class="declaration">Const pftFullPartInQuick As Long = 0</source>
+
Const pftTouchCrossIn As Long = 6
 
+
Const pftTouchCrossOut As Long = 8
<source class="declaration">Const pftFullPartInTouch As Long = 1</source>
+
Const pftTouchIn As Long = 5
 
+
Const pftTouchOut As Long = 9</source>
<source class="declaration">Const pftTouchCross As Long = 7</source>
 
 
 
<source class="declaration">Const pftTouchCrossIn As Long = 6</source>
 
 
 
<source class="declaration">Const pftTouchCrossOut As Long = 8</source>
 
  
<source class="declaration">Const pftTouchIn As Long = 5</source>
 
 
<source class="declaration">Const pftTouchOut As Long = 9</source>
 
 
2010-03-22 14:23:31
 
 
==Print layout items Constants==
 
==Print layout items Constants==
<source class="declaration">Const piDrawItem As Long = 8</source>
+
<source class="declaration">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</source>
  
<source class="declaration">Const piHatch As Long = 3</source>
 
 
<source class="declaration">Const piImage As Long = 4</source>
 
 
<source class="declaration">Const piLabel As Long = 0</source>
 
 
<source class="declaration">Const piLine As Long = 2</source>
 
 
<source class="declaration">Const piMap As Long = 6</source>
 
 
<source class="declaration">Const piOLE As Long = 5</source>
 
 
<source class="declaration">Const piPrintLayout As Long = 7</source>
 
 
<source class="declaration">Const piSymbol As Long = 1</source>
 
 
2010-03-22 14:23:31
 
 
==Sort order Constants==
 
==Sort order Constants==
<source class="declaration">Const soAccending As Long = 0</source>
+
<source class="declaration">Const soAccending As Long = 0
 +
Const soDescending As Long = 1
 +
Const soNaturalAccending As Long = 2
 +
Const soNaturalDescending As Long = 3</source>
  
<source class="declaration">Const soDescending As Long = 1</source>
 
 
<source class="declaration">Const soNaturalAccending As Long = 2</source>
 
 
<source class="declaration">Const soNaturalDescending As Long = 3</source>
 
 
2010-03-22 14:23:31
 
 
==Standard Color Constants==
 
==Standard Color Constants==
<source class="declaration">Const Aqua As Long = 16776960</source>
+
<source class="declaration">Const Aqua As Long = 16776960
 
+
Const Black As Long = 0
<source class="declaration">Const Black As Long = 0</source>
+
Const Blue As Long = 16711680
 
+
Const DkGray As Long = 4210752
<source class="declaration">Const Blue As Long = 16711680</source>
+
Const Fuchsia As Long = 16711935
 
+
Const Gray As Long = 8421504
<source class="declaration">Const DkGray As Long = 4210752</source>
+
Const Green As Long = 32768
 
+
Const Lime As Long = 65280
<source class="declaration">Const Fuchsia As Long = 16711935</source>
+
Const LtGray As Long = 12632256
 
+
Const Maroon As Long = 128
<source class="declaration">Const Gray As Long = 8421504</source>
+
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</source>
  
<source class="declaration">Const Green As Long = 32768</source>
 
 
<source class="declaration">Const Lime As Long = 65280</source>
 
 
<source class="declaration">Const LtGray As Long = 12632256</source>
 
 
<source class="declaration">Const Maroon As Long = 128</source>
 
 
<source class="declaration">Const Navy As Long = 8388608</source>
 
 
<source class="declaration">Const Olive As Long = 32896</source>
 
 
<source class="declaration">Const Purple As Long = 8388736</source>
 
 
<source class="declaration">Const Red As Long = 255</source>
 
 
<source class="declaration">Const Silver As Long = 12632256</source>
 
 
<source class="declaration">Const Teal As Long = 8421376</source>
 
 
<source class="declaration">Const White As Long = 16777215</source>
 
 
<source class="declaration">Const Yellow As Long = 65535</source>
 
 
2010-03-22 14:23:31
 
 
==Text Style Constants==
 
==Text Style Constants==
<source class="declaration">Const tsBold As Long = 1</source>
+
<source class="declaration">Const tsBold As Long = 1
 +
Const tsBoldItalic As Long = 3
 +
Const tsItalic As Long = 2
 +
Const tsNormal As Long = 0</source>
  
<source class="declaration">Const tsBoldItalic As Long = 3</source>
 
 
<source class="declaration">Const tsItalic As Long = 2</source>
 
 
<source class="declaration">Const tsNormal As Long = 0</source>
 
 
2010-03-22 14:23:31
 
 
==Topology type Constants==
 
==Topology type Constants==
<source class="declaration">Const ttArc As Long = 13</source>
+
<source class="declaration">Const ttArc As Long = 13
 
+
Const ttCircle As Long = 12
<source class="declaration">Const ttCircle As Long = 12</source>
+
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</source>
  
<source class="declaration">Const ttNoTopology As Long = 20</source>
 
 
<source class="declaration">Const ttPoint As Long = 0</source>
 
 
<source class="declaration">Const ttPolygon As Long = 2</source>
 
 
<source class="declaration">Const ttPolyLine As Long = 1</source>
 
 
<source class="declaration">Const ttRectangle As Long = 11</source>
 
 
2010-03-22 14:23:31
 
 
==Transparent mode Constants==
 
==Transparent mode Constants==
<source class="declaration">Const tmOpaque As Long = 0</source>
+
<source class="declaration">Const tmOpaque As Long = 0
 
+
Const tmTransparent As Long = 1</source>
<source class="declaration">Const tmTransparent As Long = 1</source>
 
  
2010-03-22 14:23:31
 
 
==Vertical align Constants==
 
==Vertical align Constants==
<source class="declaration">Const vaBottom As Long = 2</source>
+
<source class="declaration">Const vaBottom As Long = 2
 
+
Const vaCenter As Long = 1
<source class="declaration">Const vaCenter As Long = 1</source>
+
Const vaTop As Long = 0</source>
 
 
<source class="declaration">Const vaTop As Long = 0</source>
 
 
 
  
 
[[Category:SDMS Basic]]
 
[[Category:SDMS Basic]]

Redakcija: 10:15, 26. marec 2010

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
Const dlDisplayOn As Long = 1
Const dlHintsOff As Long = 512
Const dlHintsOn As Long = 256
Const dlLayerOff As Long = 131072
Const dlLegendOff As Long = 8192
Const dlLegendOn As Long = 4096
Const dlSearchOff As Long = 32
Const dlSearchOn As Long = 16

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