CBCreateΒΆ

Creates an Combined-Block Object which can hold one or more drawing objects (Circle, Text, Line, etc.).

hlink = CBCreate()
hlink = CBCreate(hOther)

Return Value

hlink identifies the object.

History

Version

Description

4.2.7

Function can be invoked with one parameter (copy constructor).

id-472863