SketchFillRegions.Add Method
Parent Object: SketchFillRegionsDescription
Method to add a SketchFillRegion object to the collection.
Syntax
SketchFillRegions.Add( Profile As Profile, [Color] As Variant ) As SketchFillRegionParameters
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. |