Function SetVectorFill assigns the specified vector fill to the referenced object. The function returns TRUE if the operation was successful.
FUNCTION SetVectorFill(
theObj : HANDLE;
hatchName : STRING): BOOLEAN;def vs.SetVectorFill(theObj, hatchName):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| theObj | HANDLE | Handle to object. |
| hatchName | STRING | Name of vector fill to be assigned. |
Returns true if theObj was assigned the hatch specified by hatchName.
Availability: from MiniCAD7.0.1