what is the difference between polycurve and polyline in arcgis engine?

2389
1
10-09-2013 07:22 PM
zhenliu
New Contributor II
I feel polyline and polycurve are both lines reprenting linear features. But I am confused about when to use polyline and when to use polycurve. Are there difference between them ?
0 Kudos
1 Reply
HailiangShen
New Contributor
Polycurve can be polyline or polygon.

e.g. The following code would accept both polyline and polygon as input.

Public Sub Densify(polyCurve as IPolyCurve)
    polycurve.Densify(...)
End Sub
0 Kudos