CadRProfGetVer
Returns the vertex of the road profile.
void CadRProfGetVer (
YuHandle hRProf,
std::int32_t iVer,
double* pDist,
double* pY
);
Parameters
- hRProf (YuHandle)
- Handle to the road profile, as returned by
CadAddRProf. - iVer (std::int32_t)
- Zero-based index.
- pDist (double*)
- Caller-supplied output pointer.
- pY (double*)
- Receives the coordinate (caller-supplied
double*).
Return Value
None.