Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 794 Bytes

File metadata and controls

33 lines (24 loc) · 794 Bytes

GetVectorFill

Description

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)

Parameters

Name Type Description
theObj HANDLE Handle to object.
hatchName STRING Returns name of assigned vector fill pattern.

Remarks

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.

Version

Availability: from MiniCAD7.0.1

Category