The SetPatternAndType method sets the fill pattern and pattern type.
Syntax
object.SetPatternAndType( PatternName,Type )
Parameter |
Type |
Description |
PatternName |
String |
required; pattern name |
Type |
required; stock, bitmap, or vector |
Example
This example changes the fill to a limestone vector fill pattern.
FillFormat.SetPatternAndType("Limestone", mvPatternTypeVector)
Used by: FillFormat object