CadPrnRectGet
Returns the value of the named print region.
std::int32_t CadPrnRectGet (
YuHandle hDwg,
std::int32_t iRect,
void* szName,
double* pXcen,
double* pYcen,
double* pW,
double* pH,
double* pAngle
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - iRect (std::int32_t)
- Zero-based index.
- szName (void*)
- NUL-terminated UTF-8 string.
- pXcen (double*)
- Caller-supplied output pointer.
- pYcen (double*)
- Caller-supplied output pointer.
- pW (double*)
- Caller-supplied output pointer.
- pH (double*)
- Caller-supplied output pointer.
- pAngle (double*)
- Caller-supplied output pointer.
Return Value
The value.