Share

DrawingCurve.EdgeType Property

Parent Object: DrawingCurve

Description

Property that returns the edge type of this curve. Possible return values are kThreadEdge, kBendUpEdge, kBendDownEdge, kBendExtentEdge, kPunchDownEdge, kPunchUpEdge, kTangentEdge, kContourRollEdge, and kUnknownEdge.

Syntax

DrawingCurve.EdgeType() As DrawingEdgeTypeEnum

Property Value

This is a read only property whose value is a DrawingEdgeTypeEnum.

Samples

Name Description
Create bend note This sample demonstrates the creation of a bend note on the drawing view of a flat pattern.
Create thread note This sample demonstrates the creation of a thread note on a drawing view.
create punch note This sample demonstrates the creation of a punch note on the drawing view of a flat pattern.

Version

Introduced in version 2010

Was this information helpful?