Vdres

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 43

///-----------

//////////////////comments
//////////////////This is a globalization text document and should be placed in
your spplication folder.
//////////////////Vdrawstring^yourlocalstring
//////////////////The first string must be unique.You cannot have 2 different
"Center" lines
/////////////////If you don't want to change a string simply retype the english
version on the left or delete the line or comment it using the '//' characters
/////////////////If the first name represent a property name and the second value
is '-' then the property is hidden from property grid
/////////////////When setting accepted values the first value must remain the
same .... for example the E;e will be tranlated as following E;e^E;T;t. Accepted
values have ; character inside usually and are the answers of a command's question.

GlobalizedFormsDirectory^

//////////////////vdObject
Handle^
Gets a unique object for the Document that represents the handle of the object.^

//////do not allow end-user to use VisibleOnForms property


VisibleOnForms^-

//////////////////vdPrimary
Deleted^
Get/Set a property that marks the object as Deleted or not.^
Label^
Get/Set a label string for the object.^
XProperties^
Gets the Collection of vdXproperties of the object.^

//////////////////vdFigure
HighLight^
Get/Set the value indicating if the lines of the object will be drawn as dashed.^
Layer^
Get/Set the vdLayer object of the vdFigure.^
visibility^
Get/Set the Visibility of the object.^
PenColor^
Get/Set the vdColor object that the vdFigure will be drawn with.^
LineType^
Get/Set the vdLinetype object that the vdFigure will be drawn with.^
PenWidth^
Get/Set the PenWidth in Drawing Units of the object.^
URL^
Get/Set a string representing the URL of the object.^
ToolTip^
Get/Set a string representing the Tooltip of the object.^
LineTypeScale^
Get/Set The Linetype scale of the object.^
LineWeight^
Get/Set The LineWeight of the object.^

//////////////////vdInfinityLine
Get/Set the Base point of the vdInfinityLine object.^
InfinityType^
Get/Set the type of the infinity line.^
Get/Set the Direction of the vdInfinityLine object.^
//////////////////vdCurve
Thickness^
Get/Set the object's thickness in Drawing Units.^
ExtrusionVector^
Get/Set the 3D vector extrusion direction for the object.^

//////////////////vdArc
Center^
Get/Set the Center of the vdArc object in World Coordinate System.^
Radius^
Get/Set the radius of the vdArc object.^
EndAngle^
Get/Set the end angle of the vdArc object.^
StartAngle^
Get/Set the start angle of the vdArc object.^
HatchProperties^
Get/Set the hatch properties of the vdArc object.^

//////////////////vdCircle
//You cannot add the Center here since it is already added in the vdArc object and
this applies to the following objects with "same name" properties.So for this
properties you will find only the property list description because it is different
for each object.
Get/Set the Center of the vdCircle object in World Coordinate System.^
Get/Set the radius of the vdCircle object.^
Get/Set the hatch properties of the vdCircle object.^

//////////////////vdEllipse
Get/Set the Center of the vdEllipse object.^
Get/Set the end angle of the vdEllipse object.^
Get/Set the start angle of the vdEllipse object.^
MajorLength^
Get/Set the Major Length of a vdEllipse object.^
MinorLength^
Get/Set the Minor Length of the vdEllipse object^
MajorAngle^
Get/Set the MajorAngle of the vdEllipse object.^
Get/Set the hatch properties of the vdEllipse object.^

//////////////////vdImage
Display^
Get/Set the Display property of the vdImage object.^
ImageScale^
Get/Set the image scale.^
ImageDefinition^
Get/Set the vdImageDef object of the image indicating the Image Definition of the
object.^
ClipBoundary^
Get/Set a collection of points indicating a boundary to clip the image.^
Get/Set the width of the vdImage object in Drawing units.^
Get/Set the height of the vdImage object in Drawing units.^

//////////////////vdLine
StartPoint^
Get/Set the start point of the vdLine object.^
EndPoint^
Get/Set the end point of the vdLine object.^
//////////////////vdPolyline
VertexList^
Get/Set the vertex list of the vdPolyline object.^
StartTangent^
Get/Set the start Tangent of the vdPolyline object used when SPlineFlagis
SFlagFITTING.^
EndTangent^
Get/Set the end Tangent of the vdPolyline object used when SPlineFlag is
SFlagFITTING.^
Weights^
Get/Set the weights of the vdPolyline object used when SPlineFlag is not
SFlagSTANDARD.^
SPlineFlag^
Get/Set the Spline flag of the vdPolyline object representing which type of Spline
will be used.^
Flag^
Get/Set a flag indicating if the polyline is closed or open.^
Get/Set the hatch properties of the vdPolyline object.^

//////////////////vdRect
Height^
Get/Set the height of the rectangle in drawing units^
Rotation^
Get/Set the vertical rotation angle in radians of the rectangle.^
InsertionPoint^
Get/Set the lower left point of the rectangle in World Coordinate System(WCS).^
Width^
Get/Set the width of the rectangle in drawing units.^
Get/Set the hatch properties of the vdRect object.^

//////////////////vd3DFace
Get/Set the vertex list of the vd3DFace object.^
EdgeVisibility^
Get/Set the visibilty of 4 sides of 3dface object(1,2,4,8).^

/////////////////vdText
ExtraOveride^
Specifies Extra draw properties for the text.^
TextLine^
Specifies if any lines will be drawn with the text using TextLineFlags flag.^
ObliqueAngle^
Oblique angle for the text in degrees.^
Bold^
Get/Set a boolean value indicating if the text is bold.^
Get/Set the Insertion point of the text in World Coordinate System(WCS).^
Get/Set the height of the text in drawing units.^
Get/Set the rotation of the text in radians.^
TextString^
Get/Set the string that the vdText object will draw.^
Style^
Get/Set the vdTextstyle object of the vdText.^
VerJustify^
Get/Set the vertical Justification of the text.^
HorJustify^
Get/Set the horizontal justification of the text.^
Get/Set a flag indicating how the letters of the text will be drawn.^
WidthFactor^
Get/Set a value used to stretch the vdText object by changing it's width.^
AlignmentPoint^
Get/Set a point used to stretch the object when HorJustify is Fit or Aligned.^

//////////////////vdAttrib
Gets the Value string of the vdAttrib object.^
IsConstant^
Get/Set a value indicating if the Attribute Definition of the object is constant.^
InVisibleMode^
Get/Set the visibility property of the vdAttrib object.^
ValueString^
Get/Set the default value string of the vdAttrib object.^
TagString^
Get/Set the string which identifies each occurrence of the attribute.^

//////////////////vdAttribDef
Gets the Value string of the vdAttribDef object.^
Get/Set a value indicating if the Attribute Definition is constant.^
Get/Set if the attributes will be visible or not.^
Get/Set the default value string of the vdAttribDef object.This value will get by
default vdAttrib objects when inserted.^
PromptString^
Get/Set the prompt string.^

////////////////vdDimension
DefPoint1^
Get/Set the Definition point 1 of a vdDimension object in WCS.^
DefPoint2^
Get/Set the Definition point 2 of a vdDimension object in WCS.^
DefPoint3^
Get/Set the Definition point 3 of a vdDimension object in WCS.^
DefPoint4^
Get/Set the Definition point 4 of a vdDimension object in WCS.^
TextPosition^
Get/Set the text position of the dimension in WCS.^
LinePosition^
Get/Set the line position of the dimension in WCS.^
Get/Set the vdDimstyle of the vdDimension object.^
dimText^
Get/Set the dimension's text.^
dimType^
Get/Set the dimension's type.^
UsingDefaultTextPosition^
Get/Set a boolean value representing the dimension's text position.^
Get/Set the rotation of the dimension in radians.^
Oblique^
Get/Set the oblique angle of the dimension in radians.^
DimLength^
Get the length measured by the dimension in drawing units.^
ArrowBlock^
Get/Set the vdBlock object used by the dimension as arrow.^
ArrowSize^
Get/Set the arrow size of the dimension.^
TextStyle^
Get/Set the vdTextstyle object used for the dimension's text.^
TextHeight^
Get/Set the Dimension's text height in drawing units.^
TextDist^
Get/Set the distance around the dimension's text.^
TextVerJust^
Get/Set the vertical justification of dimension text along the dimension line.^
TextHorRotation^
Get/Set the position of dimension text inside the extension lines(aligned or
horizontal)^
TextColor^
Get/Set the dimension's text color.^
ExtLineColor^
Get/Set the dimension's extension lines color.^
ExtLineDist1^
Get/Set how far to extend the extension lines beyond the dimension line in drawing
units.^
ExtLineDist2^
Get/Set how far extension lines are offset from origin points in drawing units.^
ExtLineVisible^
Get/Set a boolean value indicating the display of the extension lines.^
ScaleFactor^
Get/Set the scale factor of the dimension.^
DecimalPrecision^
Get/Set the number of decimal places displayed in default dimension text.^
LinearScaleFactor^
Get/Set the scale factor for dimensioning by which the default dimension Length is
multiplyed.^
TextMovement^
Get/Set a value that represents how the dimension will change according to the
dimension's text position change.^
LineIsInvisible^
Get/Set the visibility of dimension base line.^
DimAunit^
Get/Set the units mode for angular dimensions.^
DimAdec^
Get/Set the number of decimal places for angular dimensions.^
DimLunit^
Get/Set the Units mode for linear dimensions.^
DimTol^
Appends tolerances to dimension text.^
DimTp^
Specifies the tolerance limit for dimension text.^
DimZin^
Get/Set a value representing the suppression of zeros in the default dimension text
value.^
DimaZin^
Controls the suppression of zeros in the default dimension text value for Angular
dimensions.^
DimTm^
Specifies the tolerance lower limit for dimension text.^
PostString^
Specifies a text prefix or suffix (or both) to the dimension measurement.^
DimLineColor^
Represents the color of dimension lines and arrowheads.^

/////////////////vdGroundSurface
GradientFill^
Specifies if the contours will be drawn as closed filled curves.^
GradientMinimunColor^
Specifies the color of the first level of contour curves.^
GradientMaximunColor^
Specifies the color of the last level of contour curves.^
FitContours^
Specifies if the contours will be drawn as Splines vdPolylines with flag
SFlagFITTING.^
ContourLevels^
Get/Set an array of doubles indicating the contours of the object.^
Contours^
Calculates the contours as vdPolyCurves.^
Points^
Get/Set a collection of points needed to draw the surface.^
DispMode^
Get/Set the display mode for the vdGroundSurface object.^
MeshSize^
Represents the size in drawing units of each mesh when the surface is drawn^

/////////////////vdInsert
Get/Set the the 3D Vector extrusion direction of the vdInsert object.^
Get/Set the Insertion Point of the vdInsert object in World Coordinative System.^
Xscale^
Get/Set the X Scale Factor of the vdInsert object.^
Yscale^
Get/Set the Y Scale Factor of the vdInsert object.^
Zscale^
Get/Set the Z Scale Factor of the vdInsert object.^
Get/Set the Rotation of the vdInsert object in Radians.^
Block^
Get/Set the vdBlock object which refers to the vdInsert object.^
Attributes^
Represents the Attributes collection of the vdInsert object.^
Rows^
Get/Set the number of Rows that the vdInsert object will be copied.^
Columns^
Get/Set the number of Columns that the vdInsert object will be copied.^
ColumnDist^
Get/Set The Column Distance between the copied vdInsert objects.^
RowDist^
Get/Set The Row Distance between the copied vdInsert objects.^

///////////////vdMtext
LineSpaceStyle^
Get/Set the line spacing style of the vdMtext object.^
LineSpacingFactor^
Get/Set a value adjusting the space be3tween the lines of the Mtext.^
Get/Set the extrusion vector of the Mtext object.^
BoxWidth^
The width of the Mtext object in drawing units.Lines are broken if they exceed this
value.^
Get/Set the insertion point of the vdMtext object in World Coordinate System(WCS).^
The height of the texts of the Mtext object.^
The rotation of the Mtext object. All texts consisting the object will be rotated
using this value.^
The string that describes the Mtext object.^
This is the default vdTextstyle that the texts will inherit.^
Get/Set the vertical justification of the object.^
Get/Set the Horizontal justification of the object.^

///////////////vdLight
Name^
Get/Set the name of the light.^
Enable^
Get/Set a boolean value indicating if the light is enabled.^
TypeOfLight^
Get/Set the type of the light.^
SpotDirection^
Direction vector for spot light.^
Direction^
Direction vector only for directional light.^
Position^
Position of the light.^
Intensity^
Light's intensity.^
SpotAngle^
Spot's angle in degrees not used for directional.^
color^
Get/Set the color of the Light.^
VisibleIn2d^
Get/Set a boolean value indicating if the vdLight object will be drawn when in 2D
mode.^

/////////////////////vdPoint
Get/Set the extrusion vector of the vdPoint object.^
Get/Set the insertion point in World Coordinate System(WCS).^

////////////////////vdPolyface
A collection of all points of the vdPolyface object in World Coordinate
System(WCS).^
FaceList^
A collection of integers indicating each face which 4 points and which color it
has.^

///////////////////vdPolyface
Get/Set the hatch properties of the vdPolyhatch object.^
PolyCurves^
Get the collection of vdCurves consisting the vdPolyface object.^

/////////////////vdViewport
ShowUCSAxis^
Get/Set a value representing if the axis will be drawn.^
LensAngle^
Represents the Lens Angle in degrees of the vdViewport object.^
FocalLength^
Get/Set the focal length of the layout.^
PerspectiveMod^
Represents if the vdViewport object has Perspective Mode On or Off.^
ViewSize^
Get/Set in Display Coordinative System the Size of the Model View that is presented
in the Height of the vdViewport object.^
ViewCenter^
Get/Set the view center of the vdViewport object.^
RenderMode^
Get/Set the render mode for the vdViewport object.^
BkColorEx^
Get/Set The Background of the vdViewport object.^
TwistAngle^
Get the twist angle of the vdViewport object.^
Get/Set the position of the viewport.^
Get/Set the width of the viewport.^
Get/Set the height of the viewport.^
ShowHidenEdges^
Get/Set a boolean value representing if the edges of the 3dFace object will be
shown.^
FrozenLayerList^
Get/Set a string array contaning the names of the layers to be frozen ion the
viewport.^
Sections^
Returns the Sections Clipping collection .^
Get/Set the vdCurve object in which the viewport is.^

/////////////////vdPrint
Resolution^
Get/Set the printer's resolution in Dot per inch.^
MaxBitmapSize^
Get/Set the maximum Bitmap size in MegaBytes used when printing.^
PrintAsAPIWhenPossible^
Get/Set a boolean value representing the way to use when printing.^
DocumentName^
Get/Set a string value that represents the printing document name.^
OutInBlackWhite^
Get/Set a value that represents if the output printing colors are all black.^
Penwidth^
Get/Set an array of doubles that represent the pen width for each color in the
palette in millimeters.^
PrinterName^
Get/Set the selected printer name.^
LandScape^
Get/Set a boolean value representing the paper orientation.^
paperSize^
Get/Set a Rectangle object which represents the paper size in portrait
orientation.^
margins^
Get/Set the MARGINS of the vdPrint object.^
//Hardmargins^
//Get the hard paper margins of the selected printer in hundrends of inches in
portrait orientation.^
PrintableAreaMM^
Get the printable area without hard margins in hundrends of millimeters in current
orientation.^
HardmarginsMM^
Get the hard margins of selected printer in hundrends of millimeters in current
orientation.^
PrintScale^
Get/Set the PrintiScale of the vdPrint object.^
PrintWindow^
Get/Set a Box that represents the drawing rectangle to be printed out.The Box is in
drawing units in Current View Coordinate System.^
Copies^
Get/Set the number of copies to be printed out.^

/////////////////vdLayout
Get/Set the view size of View Window in D.U.^
Get/Set the coordinates of the center point of view in Current Coordinate System.^
Get/Set a value representing the render mode of the layout object(Wire 2d, render
3d etc...).^
ViewDir^
Get a vector object representing the view direction of the layout.^
Get the angle relative to the world to view plane.^
Get/Set the background color of the vdLayout object.^
RenderingQuality^
Get/Set the rendering quality.^
CurveResolution^
Get/Set the curve resolution of the vdLayout object.^
PixelSize^
Get the size in Drawing Units of one(1) window pixel.^
Represents the Lens Angle in degrees of the vdLayout object.^
Get/Set the perspective mode of the layout.^
SnapStyle^
Get/Set the snap style of the layout.The snap style affects the cursor-axis
display.^
SnapIso^
Get/Set the snap iso for the vdlayout object. The snap iso affects the cursor-axis
display.^
SnapAngle^
Get/Set the snap angle of the vdlayout object.The snap agnel affectes the grid
angle and also the cursor-axis display angle.^
Get/Set the unique name of the vdlayout object.^
SpaceMode^
Get/Set the space mode of the layout.^
Limits^
Get/Set a box representing the lower-left and upper-right limits of drawing for
grid displaying.^
OrthoMode^
Get/Set a boolean value that if is true constrains cursor movement to the
perpendicular.^
PolarTrack^
Get/Set a boolean value that enables/disables the PolarTrackAngle functionality.^
PolarTrackAngle^
Get/Set the polar track angle in radians.^
GridSpaceX^
Get/Set the space between the grid dots in the x direction.^
GridSpaceY^
Get/Set the space between the grid dots in the y direction.^
GridMode^
Get/Set a boolean value representing the display of the grid dots.^
SnapMode^
Get/Set a boolean value that enables/disables the mouse movement snaping.^
SnapSpaceX^
Get/Set the distance that the mouse snaps in x direction.^
SnapSpaceY^
Get/Set the distance that the mouse snaps in y direction.^
SnapBase^
Get/Set the snap base point.^
Printer^
Get the vdPrinter object of the layout.^
Get the sections clipping collection of the layout.^
Get the collection of vdFigures drawn in this layout.^

/////////////////vdBlock
Entities^
Get the collection of entities contained to the vdBlock object.^
Get/Set the name of the vdBlock object.^
Origin^
Get/Set the origin point of the vdBlock object.^
ExternalReferencePath^
Get/Set External Reference path when the vdBlock IsXref=true.^

////////////////vdDimstyle
Represents the name of the vdDimstyle object.^
Get/Set the vdBlock object of the dimension style.^
Get/Set the arrow size of the dimension style.^
Get/Set the vdTextstyle object of the dimension style.^
Get/Set the Dimension's text height in drawing units using this dimension style.^
Get/Set the distance around the dimension's text using this dimension style.^
Get/Set the vertical justification of the dimension style.^
Get/Set the position of dimension text inside the extension lines(aligned or
horizontal).^
Get/Set the dimension's text color of the dimension style.^
Get/Set the dimension's style extension lines color.^

////////////////vdHatchPattern
Get/Set the name of the vdHatchPattern object.^
PatternLines^
Get/Set the Pattern Lines of the object.^

///////////////vdImageDef
FileName^
Get/Set the filename of the vdImageDef's image.^
Get the width of the image in pixels.^
Get the height of the image in pixels.^
NumColors^
Get the number of colors the image has.^
Transparency^
Get/Set the color to be used as transparent for the image.^

//////////////vdLayer
Get/Set the name of the layer.^
Get/Set the pencolor of the layer.^
Get/Set the Linetype of the Layer.^
Frozen^
Get/Set a boolean value representing if a layer is frozen or not.^
Lock^
Get/Set a boolean value representing if the layer is frozen or not.^
Get/Set the line weight of the layer.^

//////////////vdLinetype
Get/Set the name of the vdLinetype object.^
Comment^
Get/Set the comments for the linetype.^
Segments^
Get/Set the segments for the linetype.^
IsDPIScale^
Get/Set a boolean value representing if the linetype will be always the same not
depended from the zoom.^

/////////////vdTextStyle
FontFile^
Get/Set the font file of the textstyle.^
BigFontFile^
Get/Set the Big font file of the textstyle.^
Get/Set the name of the textstyle.^
Get/Set the Height for the textstyle.^
IsItalic^
Get/Set if the IsItalic property is enabled.^
IsOverLine^
Get/Set if the grTextStyleExtra.IsOverLine property is enabled.^
IsUnderLine^
Get/Set if the grTextStyleExtra.IsUnderLine property is enabled.^
IsStrikeOut^
Get/Set if the grTextStyleExtra.IsStrikeOut property is enabled.^
Get/Set if the grTextStyleExtra.Bold property is enabled.^
DrawOutline^
Get/Set if the grTextStyleExtra.DrawOutline property is enabled.^
Get/Set extra draw properties for the textstyle.^
CodePage^
Get/Set the CodePage used from this Textstyle.^

//////////////vdColor
SystemColor^
Get/Set the vdColor object to get it's value from a system color.^
MaterialImage^
Get/Set a vdImageDef object(image) to be applied as material for this vdColor
object.^
AlphaBlending^
Get/Set the AlphaBlending value for the vdColor object.^
MaterialMatrix^
Get/Set a Matrix used for transformations for the material(image) of the vdColor
object.^

///////////////vdHatchProperties
Solid2dTransparency^
Get/Set a value representing the transparency when the fillmode is solid and when
the Document is rendered in wire2D.^
DrawBoundary^
Get/Set a boolean value representing if the boundary of the hatch will be drawn.^
FillBkColor^
Get/Set the fill color of the hatch..^
FillColor^
Get/Set the fill back color of the hatch.^
FillMode^
Get/Set the fill mode of the object.^
HatchBlock^
Get/Set the hatch block used when fill mode is VdFillModeHatchBlock.^
HatchScale^
Get/Set the hatch scale of the object.^
HatchAngle^
Get/Set the hatch angle of the object.^
HatchImage^
Get/Set the Hatch Image of the object when fillmode is VdFillModeImage.^
HatchPattern^
Get/Set the hatch pattern when fillmode is VdFillModePattern.^

//////////////vdSectionClip
Get/Set the name of the object.^
OriginPoint^
Get/Set the Origin point in World Coordinate System(WCS).^
Get/Set the direction vector of the vdSectionClip object.^
Get/Set a boolean value representing if the clip is enabled or not.^

//////////////vdXProperty
Get/Set the name of the vdXproperty object.^
PropValue^
Get/Set the Value of the vdXproperty object.^
TransformID^
Get/Set the type of the vdXproperty object.^

////////////vdFileProperties
DoublePrecision^
Get/Set the decimal Precision when saving in vdml format.Valid range 0 - 10.^
DefaultDrawingCodePage^
Get/Set the Default Code Page of the drawing.^
ExternalFileVersion^
Get/Set a string representing the version of the Document's file.^
ImagePreviewSize^
Get/Set the preview image size of the file.^
SaveImagePreview^
Get/Set a boolean value representing if the preview image will be saved wwhen the
file is saved or not.^
Title^
Get/Set a string representing a title for the Document's file.^
Subject^
Get/Set a string representing a subject for the Document's file.^
Author^
Get/Set a string representing the author for the Document's file.^
CreatedTime^
Get a DateTime object representing the date the file was created.^
ModifiedTime^
Get a DateTime object representing the date the file was modified last time.^
TotalEditingTime^
Get the total editing time of the file.^
CustomProperties^
Get an array of the Custom properties of the file.^

/////////////vdDocument
PenCapsSquare^
Get/Set a static value which represents if the lines with width ends with square or
round cap.^
EnableAutoFocus^
Get/Set a boolean value representing if the mouse enters the control automatically
will set the focus to the control.^
DisableZoomOnResize^
Get/Set a boolean value which disables or enables zoom change when the control is
resized.^
BackupOnSave^
Get/Set a boolean value representing if a backup file will be kept before saving an
existing file.^
MouseWheelZoomScale^
Get/Set the zooming scale used when zooming with the mouse wheel.Set this value
under 1.0 to inverse the mouse wheel operation.^
ImageSaveSize^
Get/Set the default image size (height pixels) when saving in a raster
image(BMP,EMF etc...).^
GripBlock^
Get/Set a value that controls the display of the grips of the vdInsert object.^
GripSnap^
Get/Set a value representing if the mouse is locked in the center of the grip
rectangle when the mouse pointer enters the grip rectangle.^
GlobalRenderProperties^
Get the vdRenderGlobalProperties object of the document.^
HandleCurrent^
The last handle id used from the document.^
DisableShowPrinterPaper^
Get/Set if the default paper printer will be drawn at the active layout.^
IgnoreLockLayers^
Get/Set a value representing if the lock layers are taken into consideration.^
DisableXrefToolTips^
Get/Set a boolean value representing if the objects that belong to external
references of the document will show their tooltip.^
EnableToolTips^
Get/Set a value representing if the tooltips of the objects will be shown.^
EnableAutoGripOn^
Get/Set a value representing if the mouse click will show the grips of the
entities.^
EnableUrls^
Get/Set a value representing if the URL of the objects will be opened.^
Get/Set a value representing if the axis for all layouts or viewports will be
drawn.^
FileProperties^
Get the vdFileProperties object of the document.^
FreezeModifyEvents^
A stack to enable/disable using push,pop the OnAfterAddItem, OnAddItem,
OnEraseObject, OnBeforeModifyObject, OnAfterModifyObject events.^
FreezeEntityDrawEvents^
A stack to enable/disable using push,pop the OnDrawFigure, OnDrawAfterFigure,
GetDimensionText, OnFigureDrawGrips, events.^
ExternalReferences^
Get a collection of Documents containing all External References of the Document.^
osnapMode^
Get/set the active object snap modes.^
SupportPath^
Get/Set the support path of the document.^
Get/Set the filename of the file opened to the document.^
Angdir^
Get/Set the setting for clockwise or counterclockwise angle direction.^
AngBase^
Returns and sets where the direction start angle is in radians.^
lunits^
Get/Set the linear units used to the document.^
aunits^
Get/Set the angular units used to the document.^
MirrorText^
Controls how the CmdMirror command reflects text.^
LineTypes^
Get the Linetypes collection of the document.^
Images^
Get the vdImages collection of the document.^
Palette^
Get the palette of the document.^
HatchPatterns^
Get the collection of hatch patterns of the document.^
Layers^
Get the layers collection of the document.^
TextStyles^
Get the textstyles collection of the document.^
Blocks^
Get the blocks collection of the document.^
DimStyles^
Get the dimstyles collection of the document.^
LayOuts^
Get the layouts collection of the document.^
Lights^
Get the lights collection of the document.^
ActiveLineType^
Get/Set the active linetype of the document.This linetype will be used in new added
objects.^
ActiveLayer^
Get/Set the active layer of the document.^
ActiveDimStyle^
Get/Set the active dimstyle of the document.^
ActiveTextStyle^
Get/Set the active textstyle of the document.^
ActivePenColor^
Get/Set the active pen color of the document.^
ActiveLineWeight^
Get/Set the active lineweight of the document.^
ActivePenWidth^
Get/Set the active penwidth of the document.^
ActiveThickness^
Get/Set the active thickness of the document.^
ActiveHatchProperties^
Get/Set the active hatch properties of the document.^
PointStyleMode^
Get/Set the point style mode of the document.^
PointStyleSize^
Get/Set the point style size of the document.^
Get/Set the active linetype scale of the document.^
ActiveTextHorJustify^
Get/Set the active text horizontal justification of the document.^
ActiveTextVerJustify^
Get/Set the active text vertical justification of the document.^
Get/Set the line weight value of the document.This value is used when an object has
LW_DOCUMENTDEFAULT as lineweight.^
LineWeightDisplay^
Get/Set a boolean value representing if the line weights of the objects will be
displayed or not.^
Model^
Get the model of the document.^
ActiveLayOut^
Get/Set the active layout(model or a layout) of the document.^
ToolTipDispProps^
Get the ToolTip window dispaly properties.^
PolarTrackDispProps^
Get the PolarTrack tooltip window display properties.^
Get/Set the render mode of the active viewport(if exist) or the active layout(model
or a layout) of the document.^
Get/Set the viewsize of the active viewport(if exist) or the active layout(model or
a layout) of the document.^
Get/Set the coordinates of the center point of active viewport(if exist) or the
active layout(model or a layout) in Display Coordinate System.^
BasePoint^
Get/Set the base point of the document.It is used when you insert a drawing in a
document as a block.^
Get/Set lhe lens angle in degrees of the active viewport(if exist) or the active
layout(model or a layout).^
Get/Set the focal length of the active viewport(if exist) or the active
layout(model or a layout).^
Get/Set the perspective mode of the active viewport(if exist) or the active
layout(model or a layout).^
Get/Set the lower-left and upper-right limits of the ActionLayout used for grid
displaying.^
Get/Set the orthomode property of the document.If true Constrains cursor movement
to the perpendicular.^
Enable/disable the polar trach behaviour of the document.Also PolarTrackAngle must
be specified.^
Get/Set the polar track angle of the document in radians.^
Get/Set the distance (dx) of the dots of the grid in drawing units.^
Get/Set the distance (dy) of the dots of the grid in drawing units.^
Get/Set a boolean value that specifies if the grid is drawn or not.^
Get/Set the Snap style(isometric or stadard).^
Get/Set the Isometric snap (left,right,top).^
Get/Set a value that enables/disables the cursor to move only over the grid dots.^
Get/Set the snap distance (dx).^
Get/Set the snap distance (dy).^
Get/Set the snap and grid angle in radians.Default value 0.0.^
Get/Set the snap and grid base point in World Coordinate System(WCS).^

///////////////////vdPalette
Forground^
Get/Set the Foreground color which is the color with index 6 as system color.^
Background^
Get/Set the color used for background.^

///////////////////vdRenderGlobalProperties
Get/Set the curve resolution of the render object.^
CursorAxisColor^
Get/Set the color used for the draw of the mouse crosshair.^
CursorPickColor^
Get/Set the color used to draw the mouse rectangle.^
ReferenceCrossColor^
Get/Set The color used for the reference mouse crosshair.^
RubberBandColor^
Get/Set the color of the rubber line in mouse actions.^
GripColor^
Get/Set the grip color of the render.^
OsnapColor^
Get/Set the osnap color of the render.^
GripSize^
Get/Set the grip size in pixels used in render.^
OsnapSize^
Get/Set the osnap size in pixels used in render.^
PickSize^
Get/Set the mouse rectangle size in pixels.^
AxisSize^
Get/Set the mouse crosshair size in pixels.^
CrossSize^
Get/Set the reference mouse crosshair in pixels.^
ShowCursor^
Get/Set a boolean value representing if the mouse crosshair is visible or not.^

////////////////////////ToolTipDisplayProps
FontStyle^
Get/Set the font style used to draw the text inside the tooltip window.^
Get/Set the color used to draw the text inside the tooltip window^
BkColor^
Get/Set the color used to fill the background of the tooltip window.^
FrameColor^
Get/Set the color used to draw a frame rectangle of the tooltip window.^

/////////////////vdCurves
Operation^
Get/Set the Clipping type for the vdCurves object.^

////////////////AUnits
Precision^
Represents the decimal precision for angular units.^
UType^
Represents the angular units type.^
ZerosSuppression^
Represents the zerro suppression type for angular units.^

////////////////LUnits
Represents the decimal precision.^
Represents the linear units type.^
Represents the zeros suppression type.^

/////////////////Categories
Units^
View^
Globals^
Grid^
ActiveProperties^
Hatching^
Collections^
Geometry^
Text^
Array^
Misc^
Colors^
///////////////////CommandAction Messages
First Point:^
Next Point [Undo,Close]:^
//////Note below when you give AcceptedValues (having ;) the first must be the same
as the english version and then following are your globalized accepted values.
Undo;U;u^
Close;C;c^
Undo^
Close^
Next Point:^
Next Point [Undo]:^
Center Point or [3p]:^
3p;3P^
Second Point:^
Third Point:^
Radius:^
StartAngle:^
EndAngle:^
Base Point:^
Rotation:^
From Point:^
To Point:^
Scale Factor:^
Select entities:^
Origin Point:^
Block Name:^
Scale Factor X:^
Scale Factor Y:^
Rotation Angle:^
Insertion Point:^
Text:^
Select a Circle or Arc:^
Angle Vertex:^
First Angle Endpoint:^
Second Angle Endpoint:^
Position:^
Point:^
Watching angle on XY plane relative to X axis:^
Vertical watching angle relative to XY plane(from -90 to +90):^
Origin point:^
Point on positive portion of the X-axis:^
Point on positive-Y portion of the UCS XY plane:^
Rotation Axis [X,Y,Z,2P]^
X;x^
Y;y^
Z;z^
2p;2P^
Axis First Point:^
Axis Second Point^
First Point Of Mirror Line:^
Second Point Of Mirror Line:^
keep Source Objects ? Yes/No^
Yes;Y;y^
No;N;n^
Yes^
No^
Number Of Rows:^
Number Of Columns:^
Distance Between Rows:^
Distance Between Columns:^
Center Of The Array:^
Number Of Items In The Array:^
Angle To Fill (+=ccw, -=cw):^
Rotate Objects [Yes/No] <Y>:^
Length:^
Width:^
Height:^
M Size >=2:^
N Size >=2:^
Point^
Polyline To Mesh:^
Thickness:^
Keep Bottom and Top Edges Invisible [Yes,No] <Y>:^
Point1:^
Center Point:^
First Axis End Point:^
Second Axis Distance:^
Select Entity:^
Camera position:^
Target position:^
Select Distance:^
Select Side to Offset:^
Specify Start Point:^
Specify Next Point or [Arc,Close,Undo]:^
Arc;A;a^
Arc^
Specify Second Point of Arc or [Angle,CEnter,Close,Line,Radius,Tangential,Undo]:^
Angle;A;a^
CEnter;CE;ce^
Line;L;l^
Radius;R;r^
CEnter^
Line^
Specify End Point of Arc:^
Specify Included Angle of Arc:^
Specify End Point of Arc or [CEnter,Radius]:^
Specify center point of arc:^
Specify radius of arc:^
Specify endpoint of arc or [Angle]:^
Specify direction of chord for arc:^
Select Entity to Extend:^
Select vdCurve to Trim:^
Select First Entity:^
Select Second Entity:^
Window Select 1st Point:^
Window Select 2nd Point:^
Stretch From Point:^
Stretch To Point:^
Select vdInsert Entity:^
Base Radius:^
Top Radius:^
Number Of Segments:^
CenterPoint or [2p,3p]:^
Pick Window Points:^
2p;2^
3p;3^
Point 1:^
Point 2:^
Point 3:^
Select Zoom Type [Extends,All,Scale,Previous,Window]<Extends>:^
E;e^
A;a^
S;s^
P;p^
W;w^
Scale:^
First corner:^
Other corner:^
Command:^
Layout Name:^
Select Reference Entity:^
Select First Point:^
Select Second Point:^
Pick From Point:^
need .x^
need .y^
need .z^
need .xy^
need .xz^
need .yz^
Specify Width:^

/////////////////////////////MessageBox messages
Dimension Style Name Must Be Unique^
Please Choose a name for the Xproperty^
An Error Occured while parsing XProperty Value^
Please insert a number^
Layer Name Already Exists^
Name Already Exists^
Please Type a name for the Light^
Cannot Delete Default Light^
Light Does Not Exist^
Please Select a Light^
Invalid Point Size Value!!!^
Negative Point Size Value!!!^
Please Select Xproperty to Edit^
Please Select Xproperty to Remove^
Text Style Name Must Be Unique^
Cannot Detach External Reference^
Cannot Reload External Reference^
Cannot Bind External Reference^
The entity you selected is not an attribute block^
Cannot Delete Model Layout^
Cannot Delete Layout.It has dependencies!!!^
Cannot Add Viewport in Model^
Save Changes?^
Please Add image to the Image collection of the Document^
Distance^
Image is being used and cannot be deleted.^
////////////////////////////////////////////////////VectorDraw Forms

///////////////General collection editor


CollectionEditor^

//////////////Color dialog
Current Color^
Gray shades^
Standard Colors^
By Block^
By Layer^
Palete^
Selected Color^
Luminance^
Saturation^
Hue^
BackGround^
Index Color^
True Color^
OK^
Cancel^
Foreground^
R:^
G:^
B:^

//version 6007
GridColor^
Get/Set the color used to draw the grid.^
SelectingWindowColor^
Get/Set Solid Transparency color for window selecting.^
SelectingCrossColor^
Get/Set Solid Transparency color for crossing window selecting.^
TimerBreakForDraw^
Get/Set minimum time elapsed for breaking the draw in milliseconds.^

//Version 6008
//Renaming Layer Form
New Layer Name^
New Name:^
InsUnits^
Get/Set a value used for scaling when inserting blocks from a drawing.^
Save to PDF^
Printer Name:^
Paper Size:^
Print^
ToolTipText^
Error Exporting PDF file.^
PickAdd^
Get/Set a boolean value representing whether a user selection action replace the
current selection set or add to it.^

//Version 6009
Error Exporting to file.^
Save to file^
gradientType^
Get/Set the gradient fill type.^
gradientColor2^
Get/Set the gradient ending color.^
gradientAngle^
Get/Set the gradient direction angle in radius.^

//Version 6010
DiameterSymbol^
Specifies a text prefix symbol for a diameter dimension.^
RadialSymbol^
Specifies a text prefix symbol for a radial dimension.^

//Version 6011
LockLayerMethod^
Get/Set a value representing how entities in Lock layers are used in methods.^
LockTriangles^
Enable/Disable the recalculation of triangulation after the Update method.^
PolarTrackLock^
Get/Set the polar track lock property .If true constrains cursor movement only to
the PolarTrackAngle direction.^
ToolTipAligment^
Specifies the alignment of a text string relative to its layout rectangle.^
OsnapModePreserve^
Get/set a boolean value that represents the behaviour of the osnapmode.^

//Version 6011
BkGradientColor^
Get/Set the second color for gradient fading effect of the background.^
BkGradientAngle^
Get/Set the background gradient direction angle.^
SectionClipCoverFaces^
Enable / Disable the draw of PolyFace Cover Faces for each Section Clip.^

//Version 6012 new dictionary resources

Select vdPolyface object:^


Direction:^
Cover Faces [Yes/No] <Y>:^

//=========LineTypeSegment properties=================
Get/Set the type of the Segment.^
DashLen^
Get/Set the legth of the segment when flag is DOT.^
ShapeOffsetX^
Get/Set the segment's text shape offset at the x direction when flag is TTF or SHX
text.^
ShapeOffsetY^
Get/Set the segment's text shape offset at the y direction when flag is TTF or SHX
text.^
ShapeScale^
Get/Set the scale of the segment when flag is TTF or SHX text.^
ShapeRotation^
Get/Set the rotation in radians of the segment's text shape when flag is TTF or SHX
text.^
Shapenumber^
A number that represents the character number used for flag SHX text.^
ShapeText^
A string that represents the text used in the linetype when flag is TTF text.^
ShapeStyleName^
Get the name of the vdTextstyle used if the linetype uses texts.^

//=========grPatternLine properties=================
Angle^
Get/Set the angle of the pattern in radians.^
Get/Set the origin (start point) of the pattern.^
Offset^
Get/Set the offset point of the pattern that influences the distance between the
pattern lines.^
Dashes^
Get/Set a collection of doubles that represents the pattern line display.^

//==========Layers Dialog==============================
Status^
Freeze^
Color^
Linetype^
Plot^

//6013
Number Of Vertical Segments:^
Number Of Horizontal Segments:^
Resolution of Main Circle:^
Torus Resolution:^
Add Layout^
Delete Layout^
Add Reference Viewport^
GroundLevel^
Represents the Z value of the Ground used while calculating the Mesh of the
vdGroundSurface.^

//6014
BlockColorOper^
Get/Set the color method of entities inside blocks.^
MaxBmpMemorySize^
Get/Set Maximun memory in bytes to be used for uncompress bmp images.^
AlignToView^
Defines if the plane of the object is relative to the current view^
AlignToViewSize^
Get/Set the height of the object in output Device millimeters^
Select Mtext object:^
//6015
handpan^
rot3d^
urlhandopen^
urlhand^
Knots^
Get/Set the Knots of the vdPolyline object used when SPlineFlag is not
SFlagSTANDARD.^
ShowHatches^
Get/Set a boolean value representing if the hatches of filled object will be
shown.^
Groups^
Get the Groups collection of the document^
//Exceptions
Invalid Table name^
Invalid property value in ^
property^
The name ^
exists in the objects table.\nSelect a deferent one.^
Object of type ^
with name^
cannot be renamed.^
Object ^
cannot be deleted.^
cannot change owner.^
with handle^
has already been added in collection.^
The passed color's palette is null^
Cannot attach , Blockname present.^
Wrong input value.^
BlockName reference it self^
Wrong input param.^
UnInitialize VdrawDialog object.^
Printer is not references in to a Layout object.^
Object is not Document register^
Table Name already exist^
Incorect property value in Xproperty object.^
Invalid Property^
Table Name does not exist.^
Name already exists.^

//6016
UrlActionKey^
Get/Set a key value used in combination with mouse-down to execute the URL.^
HatchingMode^
Controls the hatching in special occasions.^
ByBlock^
ByLayer^
Appearance^
Description^
Original^
New^
SelectActionKey^
Get/Set a key value used in combination with mouse-down to add or remove selected
item(s) from a selection.^
(P)oints / (E)ntity [(E)ntity]:^
Select a Figure^
Specify First Point:^
Specify Next Point:^
Items^

//6017
Enter name of the View:^
[World/View/Previous/Named] <World>:^
[Restore/Save/Delete or ? for a list of named UCSs] <Save>:^
Specify a name for the UCS to restore:^
Specify a name for the UCS:^
UCS Already exists , replace? [Yes/No] <Yes>:^
Specify the name of the UCS to Delete:^
\r\n None saved UCSs^
Get/Set a value that controls the way that the linetype is drawn on the line
segments.^
DrawMethod^
Get/Set the selecting method of the polyface.^
SelectingMode^
Center Point or [3p,E3p]:^
3p;3P;3^
E3p;e3p;E3P;E3p;E;e^
Get/Set the maximum number of decimal digits used when saving double values in vdml
format.^
//6018
Select object to align UCS:^
StrechText^
Specifies if vdPoint ,vdText and vdMtext entities will be streched when the
selected WorldToView matrix has different x,y scales.^
HatchOrigin^
Controls the starting location of hatch pattern generation.^
BlockOffsetXdir^
Controls the X offset of each blockreference for block hatch pattern generation.^
BlockOffsetYdir^
Controls the Y offset of each blockreference for block hatch pattern generation.^
MappedImages^
Get/Set the mapped images of the object.^
Get/Set a vdImageDef object(image) to be applied as material for this object.^
Get/Set a Matrix used for transformations for the material(image) of the object.^
SourceRectangle^
Get/Set the sub rectangle that is used to map the image over a surface.^
MappedImageBoundWidth^
Get/Set the width in pixels of a solid color boundary that will be added arround
the mapped image.^
ActionProperties^
Controls some of BaseAction operations.^
SketchDistance^
Get/Set the Distance that will be used as default value for the sketch command.^
TransparencyMethod^
Get/Set the method that used with OpenGl for transparency faces.^
CompressionMethod^
Get/Set the method used to save compressed data.^

//6019
Offset Point:^
UseReverseOrder^
Get/Set the order that used to find a tooltip under the cursor.^
GridStyle^
Get/Set the style that used to draw the grid.^
Sketch Record Increment(^
Grid ON^
Grid OFF^
Snap ON^
Snap OFF^
Ortho ON^
Ortho OFF^
Osnap OFF^
Osnap ON^
MODEL^
PAPER^
SceneRotationSpeed^
Get/Set the speed for the Dynamic 3D view rotate command action.^
DisplayStatusDialog^
Enable / Disable the printing status dialog.^
Pick Polygon Points:^

//6020
ViewportLTScale^
Controls the scaling of linetypes drawn inside a viewport.^
Please enter a valid page range^
No printers Found^
DisableExternalReferencesLoad^
Enable/Disable load of External References.^
Get/Set Maximun memory in bytes to be used for images.^
Light Properties^
Scale Z? [Yes/No] <Yes>:^
//6021
ExplodeCustomObjectsOnSave^
A boolean value that represents if custom objects will be exploded when saved in
vdml/vdcl format.^

//New vdColor material properties follow


Material^
Transmit^
Get/Set the amount of non-filtered light that is transmitted through a surface.^
Ambient^
Get/Set the light that is scattered around the scene that does not come directly
from a light source on a surface.^
Diffuse^
Get/Set the amount of the light that is seen comes directly from a light source on
a surface.^
Specular^
Specifies the saturation to the light source's color around the brightest area
(center) of the highlight.^
Roughness^
Specifies the amount of a spot light highlighting on a surface.^
Reflection^
Specifies the amount of mirrored finish for a surface.^
Refraction^
Specifies the blending of the ray of light passing throw a transparency surface.^
Metallic^
Specifies the amount of metallic finish for a surface.^
ColorPalette^
Get/Set the output color palette.^
SmoothAngle^
Controls the lighting smoothness of the object's neighboring faces.^
EdgeColor^
Get/Set the display color for edges of all faces.^
EdgePenWidth^
Specifies the pen width in inches of edges when renderMode is ShadeOn or Hide.^
//User cursor define from a .ico or .cur file
rot3d_2^
Extends;E;e^
All;A;a^
Scale;S;s^
Previous;P;p^
Window;W;w^
Extends^
All^
Scale^
Previous^
Window^

//6021
OsnapCrossPointsAddvalue^
Represents a value that represents if the extra cross help OsnapPoints will be
added.^
Enable3dLineTypes^
Specifies if the LineTypes will be drawn in 3d render modes.^
SpotFallOff^
Get/Set the angle that defines a ring on the outer side of a spot light where the
light will fade to darkness.^

//6022
OrbitActionKey^
Get/Set a combination of a key stroke and a mouse button used to begin a 3d orbit
command.^
Specify Second Point:^
Specify Next Point or [Close,Undo]:^
Specify Tangent:^
Specify Start Tangent:^
Specify End Tangent:^
Select Spline Type [Fitting , Quadratic , Controlpoints ]<Fitting>:^
SectionClipCoverFacesColor^
Get/Set color that used to fill the Section clip faces.^

//6023
Hardmargins^
Get the hard paper margins of the selected printer in hundrends of inches in
current orientation.^
FadeEffect^
Get/Set the color Fading effect.^
XrefFadeEffect^
Get/Set the color Fading effect percentage for all External reference drawings.^
LockLayerFadeEffect^
Get/Set the color Fading effect percentage for all objects on locked layer.^
Select Image:^
Do you want to select a Curve or Draw a polyline (choose C or D):^
Select Curve:^

EntitySelectMode^
Get/Set the method used for single entity picking operation.^

//Enums start
VdConstDimTextHorRot:DIMTEXT_ALIGN^
VdConstDimTextHorRot:DIMTEXT_HORIZONTAL^

VdConstDimTextVerJust:DIMTEXT_ABOVE^
VdConstDimTextVerJust:DIMTEXT_CENTER^

VdConstDimTextMovement:KeepDimLineWithText^
VdConstDimTextMovement:MoveAddLeader^
VdConstDimTextMovement:MoveNoLeader^
VdConstDimType:dim_Aligned^
VdConstDimType:dim_Angular^
VdConstDimType:dim_Diameter^
VdConstDimType:dim_Radial^
VdConstDimType:dim_Rotated^

VdConstFill:VdFillModeHatchBlock^
VdConstFill:VdFillModeImage^
VdConstFill:VdFillModeNone^
VdConstFill:VdFillModeSolid^
VdConstFill:VdFillModeHatchBDiagonal^
VdConstFill:VdFillModeHatchCross^
VdConstFill:VdFillModeHatchDiagCross^
VdConstFill:VdFillModeHatchFDiagonal^
VdConstFill:VdFillModeHatchHorizontal^
VdConstFill:VdFillModeHatchVertical^
VdConstFill:VdFillModeSingleHatch^
VdConstFill:VdFillModeDoubleHatch^
VdConstFill:VdFillModePattern^

PrinterFlag:Prn_DCBitmap^
PrinterFlag:Prn_Default^

VdConstHorJust:VdTextHorAligned^
VdConstHorJust:VdTextHorCenter^
VdConstHorJust:VdTextHorFit^
VdConstHorJust:VdTextHorLeft^
VdConstHorJust:VdTextHorRight^

VdConstImg:VdImageShowRect^
VdConstImg:VdImageShowAll^
VdConstImg:VdImageApplyClip^
VdConstImg:VdImageTransparent^
VdConstImg:VdImageNoBorder^
VdConstImg:VdImageShowAllTransparent^
VdConstImg:VdImageShowImage^
VdConstImg:VdImageShowImageTransparent^
VdConstImg:VdImageWithClip^
VdConstImg:VdImageWithClipAndTransparent^
VdConstImg:VdImageWithClipNoBorder^

VdConstLineWeight:LW_0^
VdConstLineWeight:LW_100^
VdConstLineWeight:LW_106^
VdConstLineWeight:LW_120^
VdConstLineWeight:LW_13^
VdConstLineWeight:LW_140^
VdConstLineWeight:LW_15^
VdConstLineWeight:LW_158^
VdConstLineWeight:LW_18^
VdConstLineWeight:LW_20^
VdConstLineWeight:LW_200^
VdConstLineWeight:LW_211^
VdConstLineWeight:LW_25^
VdConstLineWeight:LW_30^
VdConstLineWeight:LW_35^
VdConstLineWeight:LW_40^
VdConstLineWeight:LW_5^
VdConstLineWeight:LW_50^
VdConstLineWeight:LW_53^
VdConstLineWeight:LW_60^
VdConstLineWeight:LW_70^
VdConstLineWeight:LW_80^
VdConstLineWeight:LW_9^
VdConstLineWeight:LW_90^
VdConstLineWeight:LW_BYBLOCK^
VdConstLineWeight:LW_BYLAYER^
VdConstLineWeight:LW_DOCUMENTDEFAULT^

VdConstAngDir:CLOCKWISE^
VdConstAngDir:COUNTER_CLOCKWISE^

VdConstPlineFlag:PlFlagCLOSE^
VdConstPlineFlag:PlFlagOPEN^

VdConstSpaceMode:SPACEMOD_MODEL^
VdConstSpaceMode:SPACEMOD_PAPER^

VdConstSplineFlag:SFlagCONTROLPOINTS^
VdConstSplineFlag:SFlagFITTING^
VdConstSplineFlag:SFlagQUADRATIC^
VdConstSplineFlag:SFlagSTANDARD^

VdConstTextstyleFlag:BACKWARD^
VdConstTextstyleFlag:BACKWARD_UPSIDEDOWN^
VdConstTextstyleFlag:LEFTTORIGHT^
VdConstTextstyleFlag:UPSIDEDOWN^

VdConstVerJust:VdTextVerBaseLine^
VdConstVerJust:VdTextVerBottom^
VdConstVerJust:VdTextVerCen^
VdConstVerJust:VdTextVerTop^

VdConstXPropType:XD_NULL^
VdConstXPropType:XD_STRING^
VdConstXPropType:XD_BINDATA^
VdConstXPropType:XD_OBJHANDLE^
VdConstXPropType:XD_POINT^
VdConstXPropType:XD_WORLDPOS^
VdConstXPropType:XD_WORLDDISP^
VdConstXPropType:XD_WORLDDIR^
VdConstXPropType:XD_REAL^
VdConstXPropType:XD_DIST^
VdConstXPropType:XD_SCALE^
VdConstXPropType:XD_INT^
VdConstXPropType:XD_LONG^

GridMeasuredValuesPlacementFlag:LeftTop^
GridMeasuredValuesPlacementFlag:LeftBottom^
GridMeasuredValuesPlacementFlag:RightTop^
GridMeasuredValuesPlacementFlag:RightBottom^

MaterialType:Custom^
MaterialType:Default^
MaterialType:Matte^
MaterialType:Plastic^
MaterialType:Metal^
MaterialType:Glass^
MaterialType:Water^
MaterialType:Diamond^
MaterialType:Mirror^

ColorType:ByLayer^
ColorType:ByBlock^
ColorType:ByColor^
ColorType:ByColorIndex^
ColorType:Background^
ColorType:Foreground^
ColorType:None^

InsUnitsEnum:Unspecified^
InsUnitsEnum:Inches^
InsUnitsEnum:Feet^
InsUnitsEnum:Miles^
InsUnitsEnum:Millimeters^
InsUnitsEnum:Centimeters^
InsUnitsEnum:Meters^
InsUnitsEnum:Kilometers^
InsUnitsEnum:Microinches^
InsUnitsEnum:Mils^
InsUnitsEnum:Yards^
InsUnitsEnum:Angstroms^
InsUnitsEnum:Nanometers^
InsUnitsEnum:Microns^
InsUnitsEnum:Decimeters^
InsUnitsEnum:Dekameters^
InsUnitsEnum:Hectometers^
InsUnitsEnum:Gigameters^
InsUnitsEnum:Astronomical_Units^
InsUnitsEnum:Light_Years^
InsUnitsEnum:Parsecs^

VdConstGripBlock:GripSTANDARD^
VdConstGripBlock:GripALLENTITIES^
VdConstGripBlock:GripBOUNDARY^
VdConstGripBlock:GripAttrib^

OpenFlagsEnum:None^
OpenFlagsEnum:RecoverDublicateHandles^
OpenFlagsEnum:RecoverTableNames^
OpenFlagsEnum:RecoverIncompleteSavedFiles^
OpenFlagsEnum:RecoverTableAndHandles^
OpenFlagsEnum:RecoverAll^

LockLayerMethodEnum:DisableAll^
LockLayerMethodEnum:EnableAddToSelections^
LockLayerMethodEnum:EnableModifyEntity^
LockLayerMethodEnum:EnableGetObjectSnap^
LockLayerMethodEnum:EnableGetObjectGrip^
LockLayerMethodEnum:EnableGetEntityFromPoint^
LockLayerMethodEnum:EnableShowObjectToolTip^
LockLayerMethodEnum:Default^
LockLayerMethodEnum:Basic^

MouseLogicEnum:Default^
MouseLogicEnum:TouchScreen^

KeyWithMouseStroke:ShiftLeft^
KeyWithMouseStroke:ShiftRight^
KeyWithMouseStroke:ShiftMiddle^
KeyWithMouseStroke:CtrlLeft^
KeyWithMouseStroke:CtrlRight^
KeyWithMouseStroke:CtrlMiddle^
KeyWithMouseStroke:AltLeft^
KeyWithMouseStroke:AltRight^
KeyWithMouseStroke:AltMiddle^
KeyWithMouseStroke:None^

PanMouseButtons:Middle^
PanMouseButtons:XButton1^
PanMouseButtons:XButton2^

BlockColorOperEnum:BlockLayer^
BlockColorOperEnum:BlockColor^

TransformationType:None^
TransformationType:WorldSpacePosition^
TransformationType:WorldSpaceDisplacement^
TransformationType:WorldDirection^
TransformationType:WorldSpaceScale^
TransformationType:WorldSpaceDist^

DragDropEffects:Scroll^
DragDropEffects:All^
DragDropEffects:None^
DragDropEffects:Copy^
DragDropEffects:Move^
DragDropEffects:Link^
InfinityTypes:Ray^
InfinityTypes:XLine^

DisplayMode:None^
DisplayMode:Triangle^
DisplayMode:Mesh^
DisplayMode:Contours^
DisplayMode:MeshWithContours^

DimLeaderOverWrite:ArrowBlock^
DimLeaderOverWrite:ArrowSize^
DimLeaderOverWrite:LineColor^
DimLeaderOverWrite:TextVerJust^
DimLeaderOverWrite:TextOffset^

DimLeaderType:Line_with_Arrow^
DimLeaderType:Line_with_no_arrow^
DimLeaderType:Spline_with_arrow^
DimLeaderType:Spline_with_no_arrow^

LightIntensity:Low^
LightIntensity:LowMedium^
LightIntensity:Medium^
LightIntensity:MediumHight^
LightIntensity:High^

LineSpaceFlag:TextHeightDepended^
LineSpaceFlag:Exact^

ExtraOverideFlags:None^
ExtraOverideFlags:TextLine^
ExtraOverideFlags:Oblique^
ExtraOverideFlags:Bold^
ExtraOverideFlags:TextLine_Oblique^
ExtraOverideFlags:All^
ExtraOverideFlags:TextLine_Bold^
ExtraOverideFlags:Bold_Oblique^

VisibilityEnum:Visible^
VisibilityEnum:Invisible^

TransparencyMethodEnum:ByLayer^
TransparencyMethodEnum:ByBlock^
TransparencyMethodEnum:Default^
TransparencyMethodEnum:KeepOwn^

DWGImportFlags:None^
DWGImportFlags:IgnoreUnusedBlocks^
DWGImportFlags:IgnoreXProperties^
DWGImportFlags:IgnoreAll^
DWGImportFlags:ConvertToDxf^
DWGImportFlags:ConvertToDxf_IgnoreUnusedBlocks^
DWGImportFlags:ConvertToDxf_IgnoreAll^
DWGImportFlags:AnalyzePolylineCurves^
DWGImportFlags:IgnoreSections^
DWGImportFlags:ReadObjectDictionaries^

ClipboardFormats:DocumentStream^
ClipboardFormats:Image^
ClipboardFormats:FileDrop^
ClipboardFormats:Default^

Compression:DefaultCompression^
Compression:BigDocumentSizeCompression^

PDFExportPropertiesFlags:DrawOutlineText^
PDFExportPropertiesFlags:UsePrinterPropertiesWithOutlineText^
PDFExportPropertiesFlags:DrawTextAsSelected^
PDFExportPropertiesFlags:UsePrinterWithTextAsSelected^

ClippingOperation:Difference^
ClippingOperation:Intersection^
ClippingOperation:XOr^
ClippingOperation:Union^

LUnitType:lu_Scientific^
LUnitType:lu_Decimal^
LUnitType:lu_Engineering^
LUnitType:lu_Architectural^
LUnitType:lu_Fractional^
LUnitType:lu_windesk^

LZeroSuppression:Feet^
LZeroSuppression:None^
LZeroSuppression:Inches^
LZeroSuppression:DecimalLeading^
LZeroSuppression:DecimalTrailing^
LZeroSuppression:DecimalAll^

AngleDirection:CLOCKWISE^
AngleDirection:COUNTER_CLOCKWISE^

AUnitType:au_Decdegrees^
AUnitType:au_Degrees^
AUnitType:au_Gradians^
AUnitType:au_Radians^
AUnitType:au_Surveyor^

AZeroSuppression:None^
AZeroSuppression:Leading^
AZeroSuppression:Trailing^
AZeroSuppression:All^

OsnapMode:NONE^
OsnapMode:END^
OsnapMode:MID^
OsnapMode:CEN^
OsnapMode:INS^
OsnapMode:PER^
OsnapMode:NEA^
OsnapMode:INTERS^
OsnapMode:NODE^
OsnapMode:QUA^
OsnapMode:TANG^
OsnapMode:APPARENTINT^
OsnapMode:DISABLE^
OsnapMode:ALL^

VdConstCodePage:ansi_1200^
VdConstCodePage:ansi_1250^
VdConstCodePage:ansi_1251^
VdConstCodePage:ansi_1252^
VdConstCodePage:ansi_1253^
VdConstCodePage:ansi_1254^
VdConstCodePage:ansi_1255^
VdConstCodePage:ansi_1256^
VdConstCodePage:ansi_1257^
VdConstCodePage:ansi_1258^
VdConstCodePage:ansi_1361^
VdConstCodePage:ansi_874^
VdConstCodePage:ansi_932^
VdConstCodePage:ansi_936^
VdConstCodePage:ansi_949^
VdConstCodePage:ansi_950^
VdConstCodePage:ascii^
VdConstCodePage:big5^
VdConstCodePage:dos437^
VdConstCodePage:dos850^
VdConstCodePage:dos852^
VdConstCodePage:dos855^
VdConstCodePage:dos857^
VdConstCodePage:dos860^
VdConstCodePage:dos861^
VdConstCodePage:dos863^
VdConstCodePage:dos864^
VdConstCodePage:dos865^
VdConstCodePage:dos866^
VdConstCodePage:dos869^
VdConstCodePage:dos932^
VdConstCodePage:gb2312^
VdConstCodePage:iso8859_1^
VdConstCodePage:iso8859_2^
VdConstCodePage:iso8859_3^
VdConstCodePage:iso8859_4^
VdConstCodePage:iso8859_5^
VdConstCodePage:iso8859_6^
VdConstCodePage:iso8859_7^
VdConstCodePage:iso8859_8^
VdConstCodePage:iso8859_9^
VdConstCodePage:johab^
VdConstCodePage:ksc5601^
VdConstCodePage:mac_roman^
VdConstCodePage:SYSTEM^
VdConstCodePage:DrawingDefault^

TextLineFlags:None^
TextLineFlags:UnderLine^
TextLineFlags:OverLine^
TextLineFlags:CenterLine^
TextLineFlags:All^
TextLineFlags:UnderAndOver^
TextLineFlags:UnderAndCenter^
TextLineFlags:OverAndCenter^

LineTypeDrawMethod:Start^
LineTypeDrawMethod:Center^

LineTypeElementType:Dot^
LineTypeElementType:TTF_TEXT^
LineTypeElementType:SHX_TEXT^

PolyFaceSelectingMode:WireBase^
PolyFaceSelectingMode:SolidBase^

Draw3DFlagEnum:Default^
Draw3DFlagEnum:ExcludeFrom3DList^

ViewportLTScaleFlag:ViewportBased^
ViewportLTScaleFlag:LayoutBased^

HatchingMethod:Default^
HatchingMethod:SolidTriangulation^
HatchingMethod:SolidFill2d^
HatchingMethod:AutoNormal^
HatchingMethod:Linear^

RenderingQualityMode:HighSpeed^
RenderingQualityMode:HighQuality^

DisplayMode:SCREEN^
DisplayMode:PRINT_PREVIEW^
DisplayMode:PRINT_PRINTER^
DisplayMode:PRINT_PREVIEW_PAPER^
DisplayMode:PRINT_PRINTER_PAPER^
DisplayMode:PRINT_FORMAT^
DisplayMode:SCREEN_ACTION^
DisplayMode:SCREEN_SELECT^
DisplayMode:EXPLODE^
DisplayMode:BOUNDINGBOX^
DisplayMode:BOUNDPOLY^

VdConstPerspectiveMod:PerspectOFF^
VdConstPerspectiveMod:PerspectON^

VdConstSnapIso:IsoLEFT^
VdConstSnapIso:IsoRIGHT^
VdConstSnapIso:IsoTOP^

VdConstSnapStyle:SnapISOMETRIC^
VdConstSnapStyle:SnapSTANDARD^

GridDrawingStyle:Dot^
GridDrawingStyle:Cross^
GridDrawingStyle:Solid^

Mode:Wire2d^
Mode:Wire3d^
Mode:Hide^
Mode:Shade^
Mode:ShadeOn^
Mode:RenderOn^
Mode:RenderDirectX^
Mode:Wire2dGdiPlus^

ColorDisplay:TrueColor^
ColorDisplay:BlackAndWhite^
ColorDisplay:GrayScale^

PickEntityMode:DrawOrder^
PickEntityMode:Closest^
PickEntityMode:EyeNearest^
PickEntityMode:Auto^

GradientType:None^
GradientType:Linear^
GradientType:Spherical^
GradientType:LinearInverted^
GradientType:SphericalInverted^
GradientType:HemiSpherical^
GradientType:HemiSphericalInverted^

SelectionPreviewFlags:ON^
SelectionPreviewFlags:OFF^
SelectionPreviewFlags:DEFAULT^

ActionFlags:Default^
ActionFlags:HideOnMouseLeave^
TransparentMethod:CullFace^
TransparentMethod:DepthMask^

//Enums End

//6024
PickBoxVisibility^
Controls the visibility of pick box during user actions.^
//Enums Start
PickBoxVisibilityFlag:ShowOnPointActions^
PickBoxVisibilityFlag:HideOnPointActions^
//Enums End
Select Side to Keep:^
Click and Drag to Pan:^

//6025
Current Settings :^
Justification:^
Style:^
Specify Start Point or [Justification,Scale,STyle]:^
Justification;J;j^
STyle;ST;st^
Justification (Top , Middle , Bottom):^
Top;T;t^
Middle;M;m^
Bottom;B;b^
Specify Multiline Style:^
Section Clip Name:^
Specify Visible Side:^
SortedTransparentLists^
Controls the draw order of transparency objects.^
Keep Edges Visibility [Yes/No] <Y>:^

//6026
Select Arc Distance:^
SelectionPreviewColor^
Get/Set the highlight preview color of entities that are over the mouse position.^
Keyboard^
CommandSettings^
Add Covers [Yes/No] <Y>:^
Select Polyface to Edit:^
Select Edges:^
Select Faces:^
PDF Export^
files created^
created^
MultilineStyles^
Get the MultiLines collection of the document.^
UserTables^
Get the user defined table collection.^
NamedUCSs^
Get the NamedUCSs collection of the document^
Views^
Get the vdViews collection of the document^
GroupGrips^
Controls which grips will be shown when an entity that belongs to a group is
selected.^
TimerInterval^
Gets or sets the time, in milliseconds, before the OnTimer event is raised.^
IsTopMostDocumet^
EnableActiveLayerFrozen^
Get/Set a boolean value representing if the active layer ocan be Frozen.^
Openflags^
Get/Set recover flags when opening a file to the document^
Draw3DFlag^
Get/Set a property value used when drawing an object in 3d.^
OsnapDialogKey^
Get/Set a key value used in combination with right mouse-down to show the
OsnapDialog.^
PanMouseButton^
Get/Set a Mouse Button value To start the pan action.^
WalkThroughKeys^
Get/Set a WalkThroughKeysClass class which contains the keys used for Walkthrough
action.^
ActionHighLightQuality^
Specifies the HighLight quality.^
ApplyLWtoHatchProperties^
Get/Set a boolean value representing if the LineWeight property of the figures will
be applied to the hatchproperties when an object is filled with a hatchpattern.^
CustomRenderType^
The currently used render type.^
CustomRenderTypeName^
Get/Set Custom Render full type name and the dll name of type implementation.^
UseControlWindow^
Get/Set a boolean value representing if opengl is using a Control window Context.^
UseGLDIBBitmap^
Get/Set a boolean value representing if opengl is using a DIB bitmap to refresh the
graphics.^
LineDrawQualityMode^
Specifies the Line Draw quality.^
MovementSpeedIncrease^
Key to increase movement speed.^
MovementSpeedDecrease^
Key to decrease movement speed.^
Fly^
Key to enable/disable fly mode.^
Up^
Key to move up.^
Down^
Key to move down.^
Forward^
Key to move forward.^
Backward^
Key to move backward.^
SidestepLeft^
Key to sidestep left.^
SidestepRight^
Key to sidestep right.^

//6027
DynamicRotFlag^
Get/Set the value used by the rotate-3d action.^
Rotation angle or [Reference] angle:^
Reference angle:^
Reference;R;r^
Method:^
Distance1:^
Distance2:^
Distance for angle method:^
Angle:^
Select First Figure or (P)olyline,(D)istance,(A)ngle,(M)ethod,(T)rim:^
Select Second Figure or (P)olyline,(D)istance,(A)ngle,(M)ethod,(T)rim:^
Polyline;P;p^
Trim;T;t^
Method;M;m^
Distance;D;d^
Trim? (Y)es/(N)o^
Trim^
no Trim^
Method? (D)istance/(A)ngle^
Specify first chamfer distance^
Specify second chamfer distance^
Specify chamfer length on the first line^
Specify chamfer angle from the first line^
Select Polyline to chamfer:^
Add Light^
Light Name:^
New Dimension Style^
New Text Style^
No results.^
Texts replaced:^
No texts replaced.^
Parent^
Type^
Property^
OrthoModeAxis^
Defines the axis where the Ortho is limited on.^
Multiline Style Name Must Be Unique^
New Multiline Style^
AxisVisibility^
Controls the visibility of cross axis during select actions.^

//6028
Off^
Normal^
On^
Main Drawing^
xRef^
Cannot Modify Layer of an xRef^
Cannot set as current a layer of an xRef^
This layer cannot be deleted because either it is used in the drawing or it is the
default layer^
The new layer is not shown because it does not meet the current filter's
requirements^
Get/Set the edge setting used in Extend and Trim commands^
Select vdCurve to Extend or Projection Window, Fence, Undo, Edge[:OFF]:^
Select vdCurve to Extend or Projection Window, Fence, Undo, Edge[:ON]:^
Pick Fence line segments :^
Pick Crossing window:^
Select entities to delete:^
Select vdCurve to Trim or Projection Window, Fence, Undo, eRase, Edge[:OFF]:^
Select vdCurve to Trim or Projection Window, Fence, Undo, eRase, Edge[:ON]:^
Crossing;C;c;^
Fence;F;f^
Edge;E;e^
eRase;R;r^
Search^
Commands^

//7000
IgnoreFrozenLayers^
Get/Set a boolean value that Ignores or not the default frozen property of document
layers.^
SelectionPreviewUpKey^
SelectionPreviewDownKey^
Get/Set a keyboard key value , used to circle through highlighted entities.^
Select insert to clip:^
Cannot Rename Model^
Rename Layout^
New layout Name:^
Cannot Rename Layout with this name.^
The name of the layout cannot be empty.^
This name already exists.^
Select a Line or (T)ype(^
Aligned^
Vertical^
Horizontal^
Select Dimension Type (^
) (A)ligned,(V)ertical,(H)orizontal:^
Aligned;A;a^
Vertical;V;v^
Horizontal;H;h^
Length^
Select an Arc or (T)ype(^
Type;T;t^
) (A)ngle or (L)ength:^
Length;L;l^
Click a section of a Polyline:^
Select Curve 1 (Circle, Arc or Line) or vdPoint:^
Select Curve 2 (Circle, Arc or Line) or vdPoint:^
Select Curve 3 (Circle, Arc or Line) or vdPoint:^
Set the circle's radius:^
Select first vdPolyface object:^
Select second vdPolyface object:^
UserDynamicRotColor^
Get/Set the Action User Dynamic Rotation circle color.^
Enter a projection option <^
> None,Ucs or View:^
None;N;n^
Ucs;U;u^
View;V;v^

Get/Set the color used to draw the split lines inside split layouts.^
SplitColor^
Get/Set the highLight color for the active viewport inside a split layout.^
SplitHighLightColor^

*Current*^
View:^
Mode:^
Single^
Two : Vertical^
Two : Horizontal^
Three : Right^
Three : Left^
Three : Above^
Three : Below^
Three : Vertical^
Three : Horizontal^
Four : Equal^
Four : Right^
Four : Left^
Top^
Bottom^
Front^
Back^
Left^
Right^
SW Isometric^
SE Isometric^
NE Isometric^
NW Isometric^
Image name already exists^
Propose a new name to add the new image definition or put an empty string bellow to
redefine the existing image definition^
This command works in 3D Render Modes (Hide , Shade , Render) only^

//7003.0.2

OsnapModeVisibilty^
Get/set the osnaps that will be excluded if they are not visible in 3d.^

//7003.0.6
IgnoreModelSections^
Get/Set a string array contaning the names of the Document Model Sections not to be
applied.^
InterpolationMode^
Specifies the algorithm that is used when images are scaled.^

//7004
Create Group^
Group Name^
Group name already exists^
Layers Group^
Remove^

//7005.0.3
OpenGlAntializing^
Get/Set a static value that defines the opengl render antialiasing sample number.^

//7006
PolarTrackInfinityLineDraw^
Get/Set the draw of the infinity line. If true the infinity line will be rendered.^
BaseCenter^
BaseRadius^
TurnHeight^
Turns^
Twist^
Constrain^
CenterPoint of Helix:^
Base Radius and Start Angle:^
Bulge^
Bulge:^

//7007
Align Points:^
Scale? [Yes/No] <Yes>:^
ViewportVisibilityLogic^
Get/Set entities visibilty logic for a viewport.^
VisibleLayerList^
Get/Set a string array contaning the names of the layers to be visible in the
viewport.^
Visibilty^
UseDefaultPrinterBkColor^
Controls the usage of the background color^
BlockStdLayerOper^
Get/Set the PenStyle method of entities inside blocks.^
SelectionPreviewBreakDrawTime^
Get/Set minimum time elapsed for breaking the highlight preview draw in
milliseconds.^

//7008
Widths^
Get/Set the Widths of the vdPolyline object used when SPlineFlag is not
SFlagSTANDARD.^
BackgroundMaskBorder^
Get/Set a boolean value that represents if the BackgroundMaskBorder color will be
used.^
BackGroundMaskBorderPenWidth^
Get/Set the object's backgroundMaskBorder pen width in drawing units.^
BackGroundMaskBorderColor^
Get/Set the vdColor that the border of the mtext will be drawn.^

//7009
vdExportFlags^
Get/Set the method used while exporting vdml,vdcl files.^

//7010
[(R)adial/(D)iameter/(A)ngle] <Angle>:^
Radial;R;r^
Diameter;D;d^

//7011
SortGripWindowSelection^
Defines if the user Window or Crossing Grip Selection will be sorted according to
the EntitySelectMode.^
SortSelection^
Defines if the user Window Fence or Crossing Selection will be sorted according to
the EntitySelectMode.^
//
ChamferSettings^
Get/Set the settings used in chamfer command.^
CloudDistance^
Get/Set the Distance in drawing units that will be used as default value for the
Cloud command.^
EdgeExtendTrim^
Get/Set the edge setting used in Extend and Trim commands.^
FilletRadius^
Get/Set the Distance in drawing units that will be used as default value for the
FilletRadius command.^
OffsetDistance^
Get/Set the Distance in drawing units that will be used as default value for the
Offset command.^
ProjectionTrimExtend^
This variable controls how trim and extend commands work.^
GridMeasure^
Get the object that defines the Measured GridStyle^
MouseElevation^
Get/Set a value in Drawing Units used to add a Zvalue to mouse position relative to
Current UCS.^
ActionScaleMode^
Get/Set the way that user scale action is applied.^

//7012
/////////////////Categories
General^
////////////////Properties
ViewPerspectiveMod^
Get/Set the PerspectiveMod of the view.^
Get/Set a Description string for the object.^
ViewLayout^
Get/Set the Layout object of the View.^
ViewRenderMode^
Get/Set the render mode for the view.^
ViewLensAngle^
Get/Set the Lens Angle of the View in degrees.^
ViewFocalLength^
Get/Set the Focal Length for the View.^
Get/Set the view center of the view.^
Get/Set the Viewsize of the view.^
AspectRatioX^
Get/Set the aspect ratio that determines the field of view in the x-direction.^
ViewWorldToViewMatrix^
Get/Set a Matrix that represents the WorldToView matrix of the view.^
ViewNamedUCS^
Get/Set the named UCS for the view.^
Get/Set a string array contaning the names of the layers to be frozen in the view.^
OpenGlAntializingWidth^
Get/Set a static value that defines the minimum opengl render antialiasing line
width in pixels.^
PolarTrackActionFlag^
Additional flags that controls the PolarTrack with user actions.^

//7014
EnableDimTextHeightOverride^
Enable/Disable The dimension's Text Height override based on the TextStyle's Height
property^
EnableExtLineFixedLength^
Get/Set If the ExtLineFixedLength will be used or not.^
ExtLineFixedLength^
Get/Set the maximum length of the extension lines when EnableExtLineFixedLength is
true.^
ViewCube^
The Object that manage the View 3d cube.^
Size^
Specifies the size of the View 3d cube.^
Location^
Specifies the corner on the screen where the View 3d Cube is displayed.^
Opacity^
Specifies the tranparency of View 3d Cube.^
Defines how the view 3d cube is displayed.^
ArrowBlock2^
Get/Set the second vdBlock object used by the dimension as arrow.^
LineForced^
Get/Set a boolean value that forces line extensions between extensions if
true.Viable for radial and diameter dimensions.^
TextBackGroundMask^
Get/Set a boolean value that represents if the backgroundmask color will be used.^
TextBackGroundMaskColor^
Get/Set the vdColor that will fill the box of the mtext.^

//VIEW CUBE////
CUBE_FONT^

CUBE_LARGE_TOP^
CUBE_LARGE_BOTTOM^
CUBE_LARGE_LEFT^
CUBE_LARGE_RIGHT^
CUBE_LARGE_FRONT^
CUBE_LARGE_BACK^

CUBE_NORMAL_TOP^
CUBE_NORMAL_BOTTOM^
CUBE_NORMAL_LEFT^
CUBE_NORMAL_RIGHT^
CUBE_NORMAL_FRONT^
CUBE_NORMAL_BACK^

CUBE_SMALL_TOP^
CUBE_SMALL_BOTTOM^
CUBE_SMALL_LEFT^
CUBE_SMALL_RIGHT^
CUBE_SMALL_FRONT^
CUBE_SMALL_BACK^

COMPASS_E^
COMPASS_N^
COMPASS_W^
COMPASS_S^

//7015
Exporting to file from printer.^
User Cancelled operation.^
DrawSectionLines^
Defines if section lines will rendered over the filled faces.^
RenderingFilter^
Represents the filter effect that will be applied after the rendering results.^
ActiveMTextLineSpacing^
Get/Set the active Mtext LineSpacing for all new Mtexts.^
ActiveMTextLineSpacingFactor^
Get/Set a value adjusting the space between the lines of all new Mtexts.^

//7016
ActiveMultiLineStyle^
Get/Set the active MultiLineStyle of the document.^
ActiveView^
Get/Set the active view of the document.^
PDFExportDefaultNavigationPane^
Get/Set the default navigation pane when saving in PDF format.^

//PrintStyle Dialog button names


Reset^
Import^
Export^
Printer Styles Table^

//8001
Page^
Please select a page to import!^
Specify Insertion Point or^
Aligment^
Pages^
Aligment;A;a^
Pages;P;p^
Horizontal or Vertical^
Full;F;f^
Partial;P;p^
Full^
Partial^
All or (start page)-(end page)^
FractionalType^
Represents the way Fractional texts will be displayed.^
FractionalTypeEnum:Horizontal^
FractionalTypeEnum:Diagonal^
FractionalTypeEnum:NotStacked^
Lines^
Arrows^
Tolerance^
KeepAspect^
Defines if the image will be drawn by keeping the source aspect.^

//8002
digitQuality^
Pixel around the center to ignore points.^
PointSize^
The size of draw cross in pixels.^
SplitBorderWidth^
Get/Set the width size of the viewport borders in pixels.^

//8003

You might also like