Gets the names of the features that violate the target thickness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCriticalFeatureNames( _
ByRef lErrorcode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IThicknessAnalysis
Dim lErrorcode As System.Integer
Dim value As System.Object
value = instance.GetCriticalFeatureNames(lErrorcode) |
C# | |
---|
System.object GetCriticalFeatureNames(
out System.int lErrorcode
) |
C++/CLI | |
---|
System.Object^ GetCriticalFeatureNames(
& [Out] System.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