GetNomPlaneVector Method (IDimXpertAngleBetweenCircularDimTol)
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNomPlaneVector( _
ByRef I As System.Double, _
ByRef J As System.Double, _
ByRef K As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimXpertAngleBetweenCircularDimTol
Dim I As System.Double
Dim J As System.Double
Dim K As System.Double
Dim value As System.Boolean
value = instance.GetNomPlaneVector(I, J, K) |
C# | |
---|
System.bool GetNomPlaneVector(
out System.double I,
out System.double J,
out System.double K
) |
C++/CLI | |
---|
System.bool GetNomPlaneVector(
& [Out] System.double I,
& [Out] System.double J,
& [Out] System.double K
) |
Parameters
- I
- J
- K
See Also