Initializes a polyline using two end points
defined in a Cartesian space.
| C# | Visual Basic | Visual C++ |
void InitializeFromEndPoints( IAgGxCentralBody pCentralBody, AgGxReferenceFrame ReferenceFrame, AgGxVertexUpdate ExpectedVertexUpdate, double X0, double Y0, double Z0, double X1, double Y1, double Z1, IAgGxInterpolator pInterpolator )
Sub InitializeFromEndPoints ( _ pCentralBody As IAgGxCentralBody, _ ReferenceFrame As AgGxReferenceFrame, _ ExpectedVertexUpdate As AgGxVertexUpdate, _ X0 As Double, _ Y0 As Double, _ Z0 As Double, _ X1 As Double, _ Y1 As Double, _ Z1 As Double, _ pInterpolator As IAgGxInterpolator _ )
void InitializeFromEndPoints( [ InAttribute] IAgGxCentralBody^ pCentralBody, [ InAttribute] AgGxReferenceFrame ReferenceFrame, [ InAttribute] AgGxVertexUpdate ExpectedVertexUpdate, [ InAttribute] double X0, [ InAttribute] double Y0, [ InAttribute] double Z0, [ InAttribute] double X1, [ InAttribute] double Y1, [ InAttribute] double Z1, [ InAttribute] IAgGxInterpolator^ pInterpolator )
- pCentralBody ( IAgGxCentralBody)
- ReferenceFrame ( AgGxReferenceFrame)
- ExpectedVertexUpdate ( AgGxVertexUpdate)
- X0 ( Double)
- Y0 ( Double)
- Z0 ( Double)
- X1 ( Double)
- Y1 ( Double)
- Z1 ( Double)
- pInterpolator ( IAgGxInterpolator)
Assembly: AGI.Graphics.Primitives.Interop(Module: AGI.Graphics.Primitives.Interop) Version: 9.0.0.0 (9.0.0.0)