Navigation: Scripting Reference Manual > Functions & Subroutines > ARNSetCellValueAsDoubleArray2D

 

ARNSetCellValueAsDoubleArray2D

 

Contact Us: fredsupport@photonengr.com

 

Description

Sets the cell value of an ARN from a 1D array.  This feature is useful for modifying results from analyses with multiple dimensions such as Color Image.

 

 

Syntax

ARNSetCellValueAsDoubleArray2D arnNode, nA, nB, data()

 

 

Parameters

arnNode As Long

Node number of the ARN being modified.

 

nA As Long

nth cell along the A-axis.

 

nB As Long

nth cell along the B-axis.

 

data( ) As Double

1D array containing the data to be placed in cell nA,nB.

 

 

See Also

All ARN Scripting Commands

 

 

 

 

 

Copyright © Photon Engineering, LLC