Gets the total surface area analyzed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTotalSurfaceAreaAnalyzed( _
ByRef lErrorcode As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IThicknessAnalysis
Dim lErrorcode As System.Integer
Dim value As System.Double
value = instance.GetTotalSurfaceAreaAnalyzed(lErrorcode) |
C# | |
---|
System.double GetTotalSurfaceAreaAnalyzed(
out System.int lErrorcode
) |
C++/CLI | |
---|
System.double GetTotalSurfaceAreaAnalyzed(
& [Out] System.int lErrorcode
) |
Parameters
- lErrorcode
- Error as defined in gtError_e
Return Value
Total surface area analyzed
Example
See Also
Availability
SOLIDWORKS Utilities API 2006 FCS