SketchCircle.CenterSketchPoint Property
Parent Object: SketchCircleDescription
Property that gets the sketch point that defines the position of the center of the circle.
Syntax
SketchCircle.CenterSketchPoint() As SketchPointProperty Value
This is a read only property whose value is a SketchPoint.Samples
Name | Description |
Sketch Add Oriented | This sample demonstrates the creation of a sketch using the Sketches.AddWithOrientation method. |
Sketch Display Entities | This sample demonstrates the query functionality available for sketch entities. |