Function GetVectorFillDefault returns TRUE if the the active document contains a default vector fill, and returns the name of the vector fill pattern.
FUNCTION GetVectorFillDefault(VAR vectorFillName : STRING): BOOLEAN;def vs.GetVectorFillDefault():
return (BOOLEAN, vectorFillName)| Name | Type | Description |
|---|---|---|
| vectorFillName | STRING | Returns name of vector fill. |
Returns true if the the active document contains a default hatch. vectorFillName contains a string with the name of the default hatch.
Availability: from MiniCAD7.0.1