[GIS] Get a point on a polyline from end points given distance along poly line

arcpylinelinear-referencing

I have start point and end point of a polyline. How can I get a point on that polyline from end points specified by the given distance.

enter image description here

How can I get this by using arcpy provided that this script should work on ArcView without importing any modules (Like this answer). I'm trying not to hard code values.

Related Question:

Best Answer

This sounds similar to "Linear Referencing" and that toolset would be available in ArcView. Additionally, you can script this tool very easily.

Link to ESRI Help for Linear Referencing