STK Graphics PrimitivesSend comments on this topic.
SendToBack Method (IAgStkGraphicsOverlay)
See Also
Windows





Windows & Linux

Description

Sends the overlay to the back of the z-order, so it is underneath all other overlays with the same Parent.

Syntax

[Visual Basic .NET]
Public Sub SendToBack()
[C#]
public void SendToBack();
[Managed C++]
public: void SendToBack();
[Unmanaged C++]
public: HRESULT SendToBack();
[Java]
public void sendToBack();
[Python - STK API ]
def SendToBack(self) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.