DrawingCurve.CenterPoint Property
Parent Object: DrawingCurveDescription
Property that returns the center point of the curve in sheet space. This property returns the center for arcs and circles and Nothing if the curve does not have a center.
Syntax
DrawingCurve.CenterPoint() As Point2dProperty Value
This is a read only property whose value is a Point2d.Samples
Name | Description |
Creating hole tables | This sample demonstrates the creation of hole tables in a drawing. |