getPathSegAtLength method
Gets the index of ISVGAnimatedPathData::pathSegList by using the specified distance along the path.
![]() ![]() |
Syntax
retVal = object.getPathSegAtLength(fltdistance);
Parameters
- fltdistance [in]
-
Type: float
The distance along the path, relative to the start of the path, in the current user coordinate system.
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.23
Show:

