Share

SketchFillRegions.Add Method

Parent Object: SketchFillRegions

Description

Method to add a SketchFillRegion object to the collection.

Syntax

SketchFillRegions.Add( Profile As Profile, [Color] As Variant ) As SketchFillRegion

Parameters

Name Type Description
Profile Profile The Profile object to use for this region.
Color Variant The color for this SketchFillRegion.

This is an optional argument whose default value is null.

Samples

Name Description
Sketch fill region This sample demonstrates the sketch fill functionality in drawing sketches.

Version

Introduced in version 10

Was this information helpful?