Arc3d.EndPoint Property
Parent Object: Arc3dDescription
Property that returns the end point of the arc.
Syntax
Arc3d.EndPoint() As PointProperty Value
This is a read only property whose value is a Point.Samples
Name | Description |
Create curve primitives | This sample demonstrates the creation of curve primitives (lines, arcs, circles, etc.) using client graphics. |