Initializes a new path point with the given date.
[Visual Basic .NET] |
---|
Public Function InitializeWithDate( _ ByVal PathPointDate As IAgDate _ ) As |
[C#] |
---|
public IAgStkGraphicsPathPoint InitializeWithDate( IAgDate PathPointDate ); |
[Managed C++] |
---|
public: IAgStkGraphicsPathPoint^ InitializeWithDate( IAgDate ^ PathPointDate ); |
[Java] |
---|
public IAgStkGraphicsPathPoint initializeWithDate( IAgDate PathPointDate ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithDate( IAgDate * PathPointDate, IAgStkGraphicsPathPoint ** ppRetVal ); |
- PathPointDate
- A date of the path point.