Class | Description |
BaseActionObj |
Contains all the properties of an Action. BaseActionObj is not defined, it cannot be used directly, rather
it exists here in order to showcase the methods and properties of all the actions.
|
GlobalsObj |
This is not an actual object of the component. You won't find it anywhere in the library. This object contains however
all the global objects of the vdWebLibrary. Every object contained in here, you can use it from anywhere inside your
web page (e.g in the main HTML page).
|
gripmanager |
This is a class object that manage grips.You can use it like vdrawobj.GripManager
|
KeepStringValue | |
MergeDocumentEventArgs |
Contains all the arguments of a MergeDocument passed finishCallback callback.
|
messagesdictionary |
contains all the prompt messages used by control, in order to be translated in other languages
|
ModificationHistory |
Maintains the stack of redo and undo logs.Each entry in the undo stack represents a single property change
|
progressEventArgs |
Contains all the arguments of a vdprogress event.
|
SaveEventArgs |
Contains all the arguments of a vdAfterSaveDocument event.
|
ScriptCommands |
Represents an object that exports commands which are support Undo History and exporting to Script
|
SelectionModifiedArgs |
Contains all the arguments of a vdSelectionModified event.
|
ToolTip |
Contains all the tooltip functionality.
It is the object type that return from ToolTip |
TouchEventArgs |
Contains all the arguments of a vdtouchMove event.
|
vdConst |
Contains many constant values that are used in the vdWebLibrary.
|
vdgeo |
Contains functions concerning mathematical and trigonometrical calculations.
|
vdgroupsManager |
Manage groups for the active document.
Each document can contains groups that are collection of entities.
If an entity is selected and belongs to a specific group then all entities in the group collection are selected.
GroupsManager |
vdLoadXrefEventArgs |
Contains all the arguments of a vdLoadXref event.
|
vdmanager |
Contains most of the library's functionality, including the vdrawObj object, that exports many useful
functions that can be used to handle the component.
|
vdmouseoverEventArgs |
Contains all the arguments of a vdmousemove or
vdmousemoveAfter,
vdmousedown,
vdmouseup,
vdmouseout,
vdmousewheel or
vddblclick event.
|
vdNote | |
vdNotes | |
vdrawObj |
Exports many useful functions that can be used to handle the drawings inside the component.
|
vdUpdateViewEventArgs |
Contains all the arguments of a vdUpdateView event.
|