Function IsoPoly1(filename: string; node: integer; cost1,cost2: single; numpoly: integer; doughnut: boolean; convex: single): integer;
Obsolete function. Use Isopoly2 instead
IsoPoly1 is a wrapper around function IsoPoly1new kept for backward compatibility. See this function for a description of parameters except these:
The value of cost1 is ignored.
Cost2 specifies the cost used at the end of the polygon.
Numpoly is the number of polygons created. Numpoly>=1.
Example: If numpoly is 3 and cost2 is 15: Isocost curves of 5, 10 and 15 are generated by IsoPoly1new.
Possible error codes: -10 -30 -32 -37 -40 -43
Versions: Standard Pro
ActiveX / VCL / CLX component: RWcalc