Gets the names of the features that violate the target thickness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCriticalFeatureNames( _
ByRef lErrorcode As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IThicknessAnalysis
Dim lErrorcode As Integer
Dim value As Object
value = instance.GetCriticalFeatureNames(lErrorcode)
|
C# | |
---|
object GetCriticalFeatureNames(
out int lErrorcode
) |
C++/CLI | |
---|
Object^ GetCriticalFeatureNames(
& [Out] int lErrorcode
) |
Parameters
- lErrorcode
- Error as defined in gtError_e
Return Value
Array of the names of the features that violate the target thickness
Example
Remarks
See Also
Availability
SolidWorks Utilities API 2006 FCS