Initializes a new path point with the given date.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsPathPoint InitializeWithDate( IAgDate PathPointDate ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsPathPoint^ InitializeWithDate( IAgDate ^ PathPointDate ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsPathPoint initializeWithDate( IAgDate PathPointDate ); |
[Python - STK API ] |
|---|
def InitializeWithDate(self, PathPointDate:"IAgDate") -> "IAgStkGraphicsPathPoint": |
- PathPointDate
- A date of the path point.






