Gets whether the face hatch is a solid color.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SolidFill As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFaceHatch
Dim value As System.Boolean
instance.SolidFill = value
value = instance.SolidFill |
C# | |
---|
System.bool SolidFill {get; set;} |
C++/CLI | |
---|
property System.bool SolidFill {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if face hatch is a solid color, false if not
Example
See Also
Availability
SolidWorks 2003 FCS, Revision number 11.0