DrawingView.Center Property
Parent Object: DrawingViewDescription
Gets and sets the display center point of the drawing view on the owning sheet.
Syntax
DrawingView.Center() As Point2dProperty Value
This is a read/write property whose value is a Point2d.Samples
Name | Description |
Creation of a break operation in a drawing view | Demonstrates the creation of a break operation. |
Add detail drawing view | This sample demonstrates the creation of a detail drawing view with an attach point. |