AvaxProp
EnumAvaxProp (Enum)
Parameter |
Type |
Description |
Value |
SaveOnExit_p |
Boolean |
true: Saves automatically and without any questions the current drawing after exiting the drawing |
1 |
SelectContinuousOn_p |
Boolean |
True: Selected objects are added to the selection set / False: When an object is selected the previous object is deselected. / Remarks: If the Shift or Ctrl keys are pressed during the object selection process then regardless of the parameter value the selected object is added to the selection set |
2 |
PrintExtendsOn_p |
Boolean |
True: Scales the current view of the drawing to fit the selected paper size disregarding the selected plot scale (PrintUnit_MM_p). |
3 |
DimTextVerticalToLine_p |
Boolean |
True: Dimension text placement vertical to the dimension line |
4 |
ColorPenIndex_p |
Short |
Predetermined pen color |
5 |
PrintPaperRGBColor_p |
Integer |
The background color of the printing paper |
6 |
WidthPen_p |
Short |
Predetermined pen thickness |
7 |
LineStyle_p |
Short |
Predetermined line styles |
8 |
PointStyle_p |
Short |
Predetermined point styles |
9 |
DividePointType_p |
Short |
The point style after the use of the command divide cavax1.command=divide_c) |
10 |
PointRadius_p |
Single |
The radius length for the appearance of the points with style > 0 |
11 |
Elevation3D_p |
Single |
Predetermined elevation insertion point for the z coordinate |
12 |
Height3D_p |
Single |
Predetermined object height for the z coordinate |
13 |
SnapOn_p |
Boolean |
Snap On or Off |
14 |
SnapStepX_p |
Single |
The value for Snap X Spacing in units. |
15 |
SnapStepY_p |
Single |
The value for Snap Y Spacing in units. |
16 |
GridOn_p |
Boolean |
Grid On |
17 |
GridStepX_p |
Single |
The value for Grid X Spacing in units. |
18 |
GridStepY_p |
Single |
The value for Grid Y Spacing in units. |
19 |
HatchDistance_p |
Single |
Distance between hatch pattern lines |
20 |
HatchAngle_p |
Single |
Hatch pattern angle |
21 |
HatchInside_p |
Boolean |
Hatch pattern inside the island boundary or outside and inside the boundary set. |
22 |
HatchBorder_p |
Boolean |
Creation of the hatch boundary |
23 |
HatchMask_p |
String |
Hatch mask pattern in a string format that contains 0 or 1 where 1 means that the line shows and 0 that the line is hidden. |
24 |
MirrorStay_p |
Boolean |
Retains the original source objects after the execution of the mirror command.cavax1.command=mirror_c |
25 |
SelectStay_p |
Boolean |
Retains the selected objects after the execution of a command |
26 |
ScaleStay_p |
Boolean |
Retains the original object after the execution of the scale commandcavax1.command=scale_c |
27 |
ScaleEqual_p |
Boolean |
Constant Scale factor X, Y, and Z Command = scale_c |
28 |
RotateStay_p |
Boolean |
The object retains its original rotation angle after the execution of the Command = rotate_c |
29 |
SelectCursorSize_p |
Short |
Cursor Size |
30 |
CrossCircleSize_p |
Short |
Cross Hair Circle Size |
31 |
ScreenXFactor_p |
Single |
Change of coordinate values in the x direction |
32 |
CircleSectors_p |
Short |
The number of sectors in the circumference of circles, ellipses and arcs |
33 |
xMin_p |
Single |
Drawing limit xMin |
34 |
yMin_p |
Single |
Drawing limit yMin |
35 |
zMin_p |
Single |
Drawing limits zMin |
36 |
xMax_p |
Single |
Drawing limits xMax |
37 |
yMax_p |
Single |
Drawing limits yMax |
38 |
zMax_p |
Single |
Drawing limits zMax |
39 |
DownLeftFactor_p |
Single |
Down Left Factor |
40 |
UpRightFactor_p |
Single |
Upper Right Factor |
41 |
WallWidth_p |
Single |
Predetermined wall thickness |
42 |
CopyInOutWidth_p |
Single |
Copy Offset Distance inside or outside the selected object |
43 |
FontNumber_p |
Short |
Predetermined Font number |
44 |
TextScale_p |
Single |
Selected Text Height |
45 |
LineStyleScale_p |
Single |
Selected Line Style Scale factor |
46 |
DimScale_p |
Single |
Dimension scale factor |
47 |
DimDist_p |
Single |
Dimension line offset from dimensioned object |
48 |
DimTextAbove_p |
Boolean |
Dimension TextTrue: above the dimension lineFalse: inside the dimension extension lines |
49 |
DimTextHorizontal_p |
Boolean |
Dimension Text OrientationTrue: always horizontalFalse: aligned with the dimension line |
50 |
DimArrowSize_p |
Single |
Dimension Arrow size |
51 |
DimTickSize_p |
Single |
Dimension Tick size |
52 |
DimOutExtLines_p |
Single |
Dimension of the outside extension line |
53 |
DimInExtLines_p |
Single |
Dimension of the inside extension line |
54 |
DimTextFont_p |
Short |
Dimension Text Font |
55 |
DimTextScale_p |
Single |
Dimension Text Scale factor |
56 |
DimDecimal_p |
Short |
Dimension Decimal Precision factor |
57 |
DimDefText_p |
String |
Dimension Text Suffix |
58 |
DimFactor_p |
Single |
Dimension Measurement Scale Factor |
59 |
DimArrowType_p |
Short |
:no arrow, 1:arrow, 2:circle0 |
60 |
AngleDefText_p |
String |
Angle Text Suffix |
61 |
AngleFactor_p |
Single |
Angle Measurement Scale Factor |
62 |
PrintUnit_MM_p |
Single |
Plot scale equal to the number of millimeters equal to the number of drawing units. |
63 |
PrintLandScapeOn_p |
Boolean |
True:Print LandScapeFasle : Print PortraitTrue |
64 |
PrintFactorX_p |
Single |
Print scale factor in the X direction |
65 |
PrintFactorY_p |
Single |
Print scale factor in the Y direction |
66 |
PrintAllOn_p |
Boolean |
True: Prints the entire drawing area defined by the drawing/ Fasle: Prints any portion of the drawing you specify by a windowed area |
67 |
PrintPaperX_MM_p |
Single |
Paper size width in mm |
68 |
PrintPaperY_MM_p |
Single |
Paper size height in mm |
69 |
PrintPaperMarginXY_MM_p |
Single |
The paper's margin in mm |
70 |
SelectEnabled_p |
Boolean |
True: The object selection process is performed by the program False: The object selection process is not performed by the program upon a mouse click on the object but by the programmer using the available events (BeforeClick, Click) and the command SelectItemsTrue |
71 |
DialogEnabled_p |
Boolean |
True: The program displays a dialog box after the use of the command CommandTrue |
72 |
LayerPen_p |
Short |
Selected Layer |
73 |
Language_p |
Integer |
Language |
74 |
FontName_p |
String |
Font name |
75 |
FontBold_p |
Boolean |
Font Bold |
76 |
FontItalic_p |
Boolean |
Font Italic |
77 |
FontStrikethrough_p |
Boolean |
Font Strikethrough |
78 |
FontUnderline_p |
Boolean |
Font Underline |
79 |
FontCharset_p |
Short |
Font Character Set |
80 |
FontSize_p |
Integer |
Font Size |
81 |
WinFontsEnabled_p |
Boolean |
Enables Window fonts |
82 |
FillType_p |
Shape fill type |
83 |
|
ShapeZorderOn_p |
Boolean |
Shape z order |
84 |
SelectRegionOn_p |
Boolean |
Enables Select Region |
85 |
SelectInsideShapeOn_p |
Boolean |
Enables selection inside shapes |
86 |
RegionMarkWidth_p |
Integer |
The width of the select region mark |
87 |
RegionRGBColor_p |
Integer |
The RGB color of the select region |
88 |
RegionBoundingBoxOn_p |
Boolean |
Enables the bounding box of the select region |
89 |
OriginTopLeft_p |
Boolean |
Sets the origin to be in the top left corner of the drawing and not to the bottom-left corner |
90 |
AnimationOn_p |
Boolean |
Enables animations |
91 |
AnimationInterVal_p |
Integer |
The time in milliseconds between animation frames |
92 |
TilePictureFile_p |
String |
The file name of a picture to be a tile of the AVAX window |
93 |
PatternsOn_p |
Boolean |
Enables patterns |
94 |
CheckBackColorOn_p |
Boolean |
When Avax draws an object, it changes the object color if it matches the background color |
95 |
FixedSizeText_p |
Integer |
Shows text with a fixed size |
96 |
GridLinesOn_p |
Boolean |
Shows grid lines when grid is on |
97 |
CrossHairStyle_p |
Integer |
The crosshair line style |
98 |
SelectCursorHideOn_p |
Boolean |
Hides the select cursor |
99 |
SelectCursorMousePointer_p |
Integer |
The MousePointer number of the select cursor |
100 |
SelectCursorFile_p |
String |
The cursor file used when SelectCursorMousePointer_p=vbCustom |
101 |
UndoRedoOn_p |
Boolean |
Enables undo and redo |
102 |
RegionDragDisable_p |
Boolean |
Disables changes of Selectregion with the mouse |
103 |
FixedSizePoint_p |
Integer |
Shows points with a fixed size |
104 |
MinTextSize_p |
Integer |
The smallest text size |
105 |
MinPointSize_p |
Integer |
The smallest point size |
106 |
CrossHairRGBColor_p |
Integer |
The RGB color of the crosshair |
107 |
GridRGBColor_p |
Integer |
The RGB color of the grid |
108 |
ACADVersion_p |
Short |
The AutoCAD version |
109 |
TransparentPicOn_p |
Boolean |
When True, Avax displays pictures with transparency |
110 |
PixelWidth_MM_p |
Single |
Sets the display and printing pixel width in mm |
111 |
RoundEndCapOn_p |
Boolean |
Creates lines with rounded end |
112 |