Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 701 Bytes

File metadata and controls

30 lines (23 loc) · 701 Bytes

SetVectorFill

Description

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

Parameters

Name Type Description
theObj HANDLE Handle to object.
hatchName STRING Name of vector fill to be assigned.

Remarks

Returns true if theObj was assigned the hatch specified by hatchName.

Version

Availability: from MiniCAD7.0.1

Category