DrawingCurve.CurveType Property
Parent Object: DrawingCurveDescription
Property that returns the type of the underlying curve geometry that this curve is defined by.
Syntax
DrawingCurve.CurveType() As CurveTypeEnumProperty Value
This is a read only property whose value is a CurveTypeEnum.Samples
Name | Description |
Add detail drawing view | This sample demonstrates the creation of a detail drawing view with an attach point. |
Create ordinate dimension | This sample demonstrates the creation of ordinate dimensions in a drawing document. |