CadAddRPlan
Creates a new road alignment (plan) and returns its handle.
YuHandle CadAddRPlan (
YuHandle hDwg
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate.
Return Value
The handle of the newly created road alignment (plan), or 0 on failure.