yucad3d

CadInsBlockGetFirstAtt

Returns the first block reference (insert) att for enumeration (see the matching GetNext).

YuHandle CadInsBlockGetFirstAtt ( YuHandle hEnt );

Parameters

hEnt (YuHandle)
Handle to the entity.

Return Value

The handle of the block reference (insert), or 0 when the enumeration is exhausted.

See Also