Initializes a new path point with the given date and position.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsPathPoint InitializeWithDateAndPosition( IAgDate PathPointDate, System.Array Position ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsPathPoint^ InitializeWithDateAndPosition( IAgDate ^ PathPointDate, System::Array ^ Position ); |
| [Java] |
|---|
public IAgStkGraphicsPathPoint initializeWithDateAndPosition( IAgDate PathPointDate, VariantArray Position ); |
| [Unmanaged C++] |
|---|
|
- PathPointDate
- A date of the path point.
- Position
- A position of the path point specified as a cartesian point (X/Y/Z).
Shows the format of the Position parameter when creating a path point.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Position parameter when creating a path point.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





