Gets the per unit area for this flatness tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPerUnitArea( _
ByRef Enabled As Boolean, _
ByRef Length As Double, _
ByRef Width As Double, _
ByRef I As Double, _
ByRef J As Double, _
ByRef K As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimXpertFlatnessTolerance
Dim Enabled As Boolean
Dim Length As Double
Dim Width As Double
Dim I As Double
Dim J As Double
Dim K As Double
Dim value As Boolean
value = instance.GetPerUnitArea(Enabled, Length, Width, I, J, K)
|
C# | |
---|
bool GetPerUnitArea(
out bool Enabled,
out double Length,
out double Width,
out double I,
out double J,
out double K
) |
C++/CLI | |
---|
bool GetPerUnitArea(
& [Out] bool Enabled,
& [Out] double Length,
& [Out] double Width,
& [Out] double I,
& [Out] double J,
& [Out] double K
) |
Parameters
- Enabled
- True if enabled; false otherwise
- Length
- Length of the area
- Width
- Width of the area
- I
- I component of the unit vector
- J
- J component of the unit vector
- K
- K component of the unit vector
Return Value
True if the method call was successful; false otherwise
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0