PDA

View Full Version : C# - closed Polyline length



RoSiNiNo
2005-02-24, 03:06 PM
Hallo,
how do i get the length of a closed polyline?
I've tried to get the length with

CurveObj.GetDistAtPoint(CurveObj.EndPoint)
But the length will be 0.

jwanstaett
2005-03-02, 03:17 PM
try some thing like

CurveObj.getDistAtParam(CurveObj.getEndParam)