Share

DrawingViews.AddProjectedView Method

Parent Object: DrawingViews

Description

Method that creates a projected .

Syntax

DrawingViews.AddProjectedView( ParentView As DrawingView, Position As Point2d, ViewStyle As DrawingViewStyleEnum, [Scale] As Variant ) As DrawingView

Parameters

Name Type Description
ParentView DrawingView Input object that specifies the base parent view of the projected view.
Position Point2d Input Point2d that specifies the placement point of the view on the sheet.
ViewStyle DrawingViewStyleEnum Input DrawingViewStyleEnum the specifies the display style of the geometry within the view.
Scale Variant Optional input Variant that specifies the drawing view scale factor. If this argument is not specified, the scale is derived from the ParentView.

This is an optional argument whose default value is null.

Version

Introduced in version 6

Was this information helpful?