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





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT InitializeWithDate(
    IAgDate * PathPointDate,
    IAgStkGraphicsPathPoint ** ppRetVal
);
[Java]
public IAgStkGraphicsPathPoint initializeWithDate(
    IAgDate PathPointDate
);
[Python - STK API ]
def InitializeWithDate(self, PathPointDate:"IAgDate") -> "IAgStkGraphicsPathPoint":

Parameters

PathPointDate
A date of the path point.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.