In This Topic
Sets the data array to the specified one. The size of the array is not checked for consistency with the block's dimensions.
Syntax
'Declaration
Public Sub setDataFloat( _
ByVal () As Single _
)
public void setDataFloat(
float[]
)
Parameters
- arr
- The data array to use.
See Also