CreateExVectorHatchPattern

Top  Previous  Next

 

CreateExVectorHatchPattern (Method)

 

Creates a string with the required facts to be provided to the parameter Fill_sPattern of the commands add_ShapeXXXX when Fill_iType=AvaxFillType.ExVector_f

 

Syntax:

Function CreateExVectorHatchPattern(sPatFile As String, sPatternName As String, xStart As Single, yStart As Single, RotAngle As Single, sScale As Single) As String

 

The CreateExVectorHatchPattern method syntax consists of the following:

Parameter

Data Type

Description

sPatFile

String

A String expression that defines the name of a AVAX pattern file

sPatternName

String

A String expression that defines the name of pattern

xStart

Single

Is the x coordinate of the pattern's start point

yStart

Single

Is the y coordinate of the pattern's start point

RotAngle

Single

Is the rotation angle of the pattern

sScale

Single

Is the scale of the pattern

 

Return value:

String - The parameter Fill_sPattern for the Add_ShapeXXXX functions

 

Remarks:

For more details for the fill parameters see the example ShapeFill.vbp

 

Example