AGI STK Graphics Plugins 11 Send comments on this topic.
Load Method (IAgStkGraphicsPluginCustomImageGlobeOverlaySerialize)
See Also 
LoadData
Windows






Windows & Linux

Description

Loads the overlay from saved data.

Syntax

[Visual Basic .NET]
Public Sub Load( _
   ByVal LoadData As String _
) 

[C#]
public void Load(
string LoadData
);

[Managed C++]
public: void Load(
String __gc ^ LoadData
);

[Java]
public  load(
String LoadData
);

[Unmanaged C++]
public: HRESULT Load(
BSTR LoadData
);

Parameters

LoadData

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface