Sets the zebra-line data.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetZebraStripeData( _
ByVal Size As System.Double, _
ByVal Ratio As System.Double, _
ByVal Color1 As System.Integer, _
ByVal Color2 As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim Size As System.Double
Dim Ratio As System.Double
Dim Color1 As System.Integer
Dim Color2 As System.Integer
instance.SetZebraStripeData(Size, Ratio, Color1, Color2) |
C# | |
---|
void SetZebraStripeData(
System.double Size,
System.double Ratio,
System.int Color1,
System.int Color2
) |
C++/CLI | |
---|
void SetZebraStripeData(
& System.double Size,
& System.double Ratio,
& System.int Color1,
& System.int Color2
) |
Parameters
- Size
Number of stripes
- Ratio
Width of the stripes
- Color1
First color in zebra stripe design
- Color2
Second color in zebra stripe design
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0