STK Graphics PrimitivesSend comments on this topic.
StartUp Method (IAgStkGraphicsCustomImageGlobeOverlay)
See Also
Scene
Windows





Windows & Linux

Description

Initiates start-up when imagery is being added to the globe.

Syntax

[Visual Basic .NET]
Public Sub StartUp( _
    ByVal Scene As IAgStkGraphicsScene _
)
[C#]
public void StartUp(
    IAgStkGraphicsScene Scene
);
[Managed C++]
public: void StartUp(
    IAgStkGraphicsScene ^ Scene
);
[Unmanaged C++]
public: HRESULT StartUp(
    IAgStkGraphicsScene * Scene
);
[Java]
public void startUp(
    IAgStkGraphicsScene Scene
);
[Python - STK API ]
def StartUp(self, Scene:"IAgStkGraphicsScene") -> None:

Parameters

Scene

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.