AGI STK Graphics Plugins 11 Send comments on this topic.
SetFromArray Method (IAgStkGraphicsPluginRasterDataOleAuto)
See Also 
ByteArray





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1