yucad3d

CadAddDim

Creates a new dimension and returns its handle.

YuHandle CadAddDim ( YuHandle hDwg, std::int32_t DimType );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
DimType (std::int32_t)
Integer value.

Return Value

The handle of the newly created dimension, or 0 on failure.

See Also