AGI STK Graphics 11 Send comments on this topic.
InitializeWithDate Method (IAgStkGraphicsPathPointFactory)
See Also 
PathPointDate
A date of the path point.





Description

Initializes a new path point with the given date.

Syntax

[Visual Basic .NET]
Public Function InitializeWithDate( _
   ByVal PathPointDate As IAgDate _
) As IAgStkGraphicsPathPoint

[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 ** ReturnValue
);

Parameters

PathPointDate
A date of the path point.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1