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





Windows & Linux

Description

Access the PathPoint at the back of the line.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.