Function SetVectorFillDefault sets the default vector fill pattern for the document. The function returns TRUE if the operation was successful.
FUNCTION SetVectorFillDefault(VAR vectorFillName : STRING): BOOLEAN;def vs.SetVectorFillDefault(vectorFillName):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| vectorFillName | STRING | Name of vector fill. |
Returns true if the active document's default hatch was succesfully set to the hatch with the name specified by vectorFillName. vectorFillName may retrun with a different name than passed in because there may be a name conflict.
Availability: from MiniCAD7.0.1