Share

LineSegment2d.PutLineSegmentData Method

Parent Object: LineSegment2d

Description

Method that sets the data defining this line segment.

Syntax

LineSegment2d.PutLineSegmentData( StartPoint() As Double, EndPoint() As Double )

Parameters

Name Type Description
StartPoint Double Input/output Double that specifies the start point.
EndPoint Double Input/output Double that defines the end point.

Version

Introduced in version 5

Was this information helpful?