GetExtremePoint Method (IBody)
Obsolete. Superseded by IBody2::GetExtremePoint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetExtremePoint( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double, _
ByRef Outx As System.Double, _
ByRef Outy As System.Double, _
ByRef Outz As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim Outx As System.Double
Dim Outy As System.Double
Dim Outz As System.Double
Dim value As System.Boolean
value = instance.GetExtremePoint(X, Y, Z, Outx, Outy, Outz) |
C# | |
---|
System.bool GetExtremePoint(
System.double X,
System.double Y,
System.double Z,
out System.double Outx,
out System.double Outy,
out System.double Outz
) |
C++/CLI | |
---|
System.bool GetExtremePoint(
& System.double X,
& System.double Y,
& System.double Z,
& [Out] System.double Outx,
& [Out] System.double Outy,
& [Out] System.double Outz
) |
Parameters
- X
-
- Y
-
- Z
-
- Outx
-
- Outy
-
- Outz
-
See Also