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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1