AGI STK Graphics Plugins 11 Send 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( _
   ByRef ByteArray As System.Array _
) 

[C#]
public void SetFromArray(
ref System.Array ByteArray
);

[Managed C++]
public: void SetFromArray(
System::Array ^^ ByteArray
);

[Java]
public  setFromArray(
Object[] ByteArray
);

[Unmanaged C++]
public: HRESULT SetFromArray(
SAFEARRAY ** ByteArray
);

Parameters

ByteArray

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface