Initializes a new path point with the given
date and position.
[Visual Basic .NET] |
---|
Public Function InitializeWithDateAndPosition( _
ByVal PathPointDate As IAgDate, _
ByRef Position As System.Array _
) As IAgStkGraphicsPathPoint
|
[C#] |
---|
public IAgStkGraphicsPathPoint InitializeWithDateAndPosition(
|
[Managed C++] |
---|
public: IAgStkGraphicsPathPoint^ InitializeWithDateAndPosition(
|
[Java] |
---|
public IAgStkGraphicsPathPoint initializeWithDateAndPosition(
|
[Unmanaged C++] |
---|
public: HRESULT InitializeWithDateAndPosition(
|
- 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#] | Copy Code | |
---|---|---|
|
Shows the format of
the Position parameter when creating a path point.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|