STK AgGraphicsPluginSend comments on this topic.
SetFromArray Method (IAgStkGraphicsPluginRasterDataOleAuto)
See Also
ByteArray
Windows





Windows & Linux

Description

Set a raster from a safe array.

Syntax

[Visual Basic .NET]
Public Sub SetFromArray( _
    ByVal ByteArray As System.Array _
)
[C#]
public void SetFromArray(
    System.Array ByteArray
);
[Managed C++]
public: void SetFromArray(
    System::Array ^ ByteArray
);
[Unmanaged C++]
public: HRESULT SetFromArray(
    SAFEARRAY * * ByteArray
);
[Java]
public void setFromArray(
    AgSafeArray ByteArray
);

Parameters

ByteArray

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.