yucad3d

CadRPlanGetZ

Returns the z of the road alignment (plan).

std::int32_t CadRPlanGetZ ( YuHandle hRPlan, double X, double Y, double* pZ );

Parameters

hRPlan (YuHandle)
Handle to the road alignment, as returned by CadAddRPlan.
X (double)
World coordinate.
Y (double)
World coordinate.
pZ (double*)
Receives the coordinate (caller-supplied double*).

Return Value

The z.

See Also