Table of Contents

Method New

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

New()

Opens a new empty drawing with default Model Layout using standard Linetypes,HatchPatterns,Layers,Blocks and TextStyles. The function is running asynchronously, vdAfterOpenDocument is fired when the selected file is loaded

public void New()

Examples

Example for how to open a new empty drawing.

vdcanvas.New();