Procedure SetHDef replaces the definition of the referenced "container" object with a new definition. Supported object types are worksheets, symbol definitions, and layer references.
PROCEDURE SetHDef(
oldH : HANDLE;
newH : HANDLE);def vs.SetHDef(oldH, newH):
return None| Name | Type | Description |
|---|---|---|
| oldH | HANDLE | Handle to object. |
| newH | HANDLE | Handle to new definition. |
SetHDef(symbolHd,newSymDefHd);
{updates the referenced symbol with a new definition}Availability: from MiniCAD6.0