&EDGTYP(obj[,IFERR,label:])
Returns the edge type of a specified edge. Returned edge type values include:
0 = No curve attached
3 = Line
5 = Arc/Circular
6 = Conic (ellipse)
9 = Spline
Read Only - Number - [0,3,5,6,9]
Parameter |
Description |
obj |
The object identifier of the edge. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. For example, an error occurs if obj is not properly defined. |