STK AgGraphicsPluginSend 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
);
[Unmanaged C++]
public: HRESULT Load(
    BSTR LoadData
);
[Java]
public void load(
    String LoadData
);

Parameters

LoadData

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.