STK Graphics PrimitivesSend comments on this topic.
Front Method (IAgStkGraphicsPathPrimitive)
See Also
Windows





Windows & Linux

Description

Access the PathPoint at the front of the line.

Syntax

[Visual Basic .NET]
Public Function Front() As IAgStkGraphicsPathPoint
[C#]
public IAgStkGraphicsPathPoint Front();
[Managed C++]
public: IAgStkGraphicsPathPoint ^ Front();
[Unmanaged C++]
public: HRESULT Front(
    IAgStkGraphicsPathPoint ** ppRetVal
);
[Java]
public IAgStkGraphicsPathPoint front();
[Python - STK API ]
def Front(self) -> "IAgStkGraphicsPathPoint":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.