Function GetVectorFill returns if the referenced object has a vector fill assigned.
FUNCTION GetVectorFill(
theObj : HANDLE;
VAR hatchName : STRING): BOOLEAN;def vs.GetVectorFill(theObj):
return (BOOLEAN, hatchName)| Name | Type | Description |
|---|---|---|
| theObj | HANDLE | Handle to object. |
| hatchName | STRING | Returns name of assigned vector fill pattern. |
Returns true if the theObj has a vectorfill. hatchName holds the name of the vector fill that theObj has.
This routine will also return names of Gradient or Image Fill definitions applied to theObj.
Availability: from MiniCAD7.0.1