VDF Articles
Returned 1335 results listed below
70001848 Action not be hidden when cursor is out of canvas
Category: WishAction not be hidden when cursor is out of vdraw canvas.
70001846 Export Script to memory string data
Category: WishI would like to Export Script to a memory string data.
70001843 Set of vdAttrib TextString does not change the ValueString property
Category: WishSet of vdAttrib TextString does not change the ValueString property
70001840 Grips and Crossing Select in WebControl
Category: WishI would like to have the ability to use both Grips and Crossing Select in WebControl.
70001841 Action graphics context refresh issues
Category: WishAction graphics context refresh issues
70001836 New GIS example is added to WebLibrary Samples
Category: WishNew GIS example is added to WebLibrary Samples and on our Web Site.
70001835 Export AddImageDefinition method with a loaded callback
Category: WishIn version 8006.0.2 the method AddImageDefinition(string tablename, string urlpath, ImageLoadedDelegate imageloadedCallback) has been exported. Example: In the example we add a new Image Definition, we insert in by using the scriptCommand.image methodand aftet it has been inserted we zoom to the extents of the drawing. vdcanvas.AddImageDefinition("sampleImage", "sampleImage.png", function () { vdcanvas.scriptCommand.image("sampleImage", "sampleImage.png", [[0, 0, 0], 1.0, 0], actionentityaddedimg) }); function actionentityaddedimg(vdcanvas, entity) { vdcanvas.zoomExtents(); setTimeout(vdcanvas.redraw); //post a redraw command }
70001447 Support LAS and LAZ laser point cloud data formats
Category: WishSupport LAS and LAZ laser point cloud data formats
70001834 Support vdPointCloud object in web control
Category: WishSupport vdPointCloud object in web control
70001823 Hatches to not overlap texts
Category: WishIs it possible the Hatches to not overlap texts when these are created with the hatch dialog, so there is an empty (hole) are where texts are?