Share

DrawingCurve.CenterPoint Property

Parent Object: DrawingCurve

Description

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 Point2d

Property 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.

Version

Introduced in version 11

Was this information helpful?