DrawingCurve.MidPoint Property
Parent Object: DrawingCurveDescription
Property that returns the mid point of the curve in sheet space. This property returns the mid point for linear curves and arcs.
Syntax
DrawingCurve.MidPoint() As Point2dProperty Value
This is a read only property whose value is a Point2d.Samples
Name | Description |
Creation a balloon | This sample demonstrates the creation of a balloon. |
Create a feature control frame symbol | This sample demonstrates the creation of a feature control frame symbol. |
Create sketched symbol and leader | This sample illustrates creating sketched symbol with a leader. |