Arc3d.StartPoint Property
Parent Object: Arc3dDescription
Property that gets the start point of the arc.
Syntax
Arc3d.StartPoint() 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. |