Share

DrawingViews.AddAssociativeDraftView Method

Parent Object: DrawingViews

Description

Method that creates a new associative draft . An empty draft view is created and associated with the input document. The newly created DrawingView is returned.

Syntax

DrawingViews.AddAssociativeDraftView( Model As Document, Position As Point2d, [Scale] As Double, [Name] As String ) As DrawingView

Parameters

Name Type Description
Model Document Input Document that specifies the document to associate with this view. Valid document types include part file, assembly files, and presentation files.
Position Point2d Input Point2d that specifies the placement point of the view on the sheet.
Scale Double Optional input Double that specifies the drawing view scale factor. If not specified, a default value of 1.0 is used.

This is an optional argument whose default value is 1.0.
Name String Optional input String that defines the editable portion of the name that is displayed within the browser.

This is an optional argument whose default value is "".

Version

Introduced in version 9

Was this information helpful?