Gets or sets the hatch pattern (also called type or name) of the sketch hatch (for example, "Stars" or "Honeycomb"), which is a string from the
sldwks.ptn file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Pattern As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISketchHatch
Dim value As System.String
instance.Pattern = value
value = instance.Pattern |
C# | |
---|
System.string Pattern {get; set;} |
C++/CLI | |
---|
property System.String^ Pattern {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Name of the hatch pattern
Example
See Also
Availability
SOLIDWORKS 2000 FCS, Revision Number 8.0