Gets the parameterization of the edge.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetParameter( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IEdge
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Object
value = instance.GetParameter(X, Y, Z) |
C# | |
---|
System.object GetParameter(
System.double X,
System.double Y,
System.double Z
) |
C++/CLI | |
---|
System.Object^ GetParameter(
& System.double X,
& System.double Y,
& System.double Z
) |
Parameters
- X
- X value
- Y
- Y value
- Z
- Z value
Return Value
Array containing parameterization of the edge
Remarks
See Also