Share

TransientGeometry.CreatePolyline2d Method

Parent Object: TransientGeometry

Description

Method that creates a new Polyline2d object. The object created is a transient mathematical object and is not displayed graphically

Syntax

TransientGeometry.CreatePolyline2d( Points As Variant ) As Polyline2d

Parameters

Name Type Description
Points Variant Input Variant that defines the coordinates of the 2d polyline. Valid input for this argument is an ObjectCollection of Point2d objects or an array of Double values that contains the X, Y values of each coordinate.

Version

Introduced in version 2009

Was this information helpful?