Description
Initializes a new path point with the given
date and position.
Syntax
| [Visual Basic .NET] |
|---|
Public Function InitializeWithDateAndPosition( _
ByVal PathPointDate As IAgDate, _
ByRef Position() As Variant _
) As IAgStkGraphicsPathPoint
|
Parameters
- PathPointDate
- A date of the path point.
- Position
- A position of the path point specified as a cartesian point (X/Y/Z).
Example
Shows the format of
the Position parameter when creating a path point.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the Position parameter when creating a path point.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||