Initializes a new path point with the given
date, position and color.
| [Visual Basic .NET] |
|---|
Public Function InitializeWithDatePositionAndColor( _
ByVal PathPointDate As IAgDate, _
ByRef Position As System.Array, _
ByVal Color As System.Drawing.Color _
) As IAgStkGraphicsPathPoint
|
| [C#] |
|---|
public IAgStkGraphicsPathPoint InitializeWithDatePositionAndColor(
|
| [Managed C++] |
|---|
public: IAgStkGraphicsPathPoint^ InitializeWithDatePositionAndColor(
|
| [Java] |
|---|
public IAgStkGraphicsPathPoint initializeWithDatePositionAndColor(
|
| [Unmanaged C++] |
|---|
public: HRESULT InitializeWithDatePositionAndColor(
|
- PathPointDate
- A date of the path point.
- Position
- A position of the path point specified as a cartesian point (X/Y/Z).
- Color
- A color of the path point.
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
|
|
|---|---|---|
|
||