Gets the number of intervals in the thickness color scale.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetIntervalCount( _
ByRef lErrorcode As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IThicknessAnalysis
Dim lErrorcode As System.Integer
Dim value As System.Integer
value = instance.GetIntervalCount(lErrorcode) |
C# | |
---|
System.int GetIntervalCount(
out System.int lErrorcode
) |
C++/CLI | |
---|
System.int GetIntervalCount(
& [Out] System.int lErrorcode
) |
Parameters
- lErrorcode
- Error as defined in gtError_e
Return Value
Number of intervals in
the thickness color scale
Example
See Also
Availability
SOLIDWORKS Utilities API 2006 FCS