gets or sets whether to enable solid fill for the sketch hatch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SolidFill As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchHatch
Dim value As Boolean
instance.SolidFill = value
value = instance.SolidFill
|
C# | |
---|
bool SolidFill {get; set;} |
C++/CLI | |
---|
property bool SolidFill {
bool get();
void set (bool value);
} |
Return Value
True if solid fill is enabled, false if not
Example
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0