GraphBase.createSliceResults


createSliceResults(resultsType, col, startX, startY, endX, endY, [stringX], [stringY], [posX], [posY], [posZ], [useAngle], [matrix])

resultsTypestring
colstring
startXdouble
startYdouble
endXdouble
endYdouble
stringXoptional string
stringYoptional string
posXoptional double
posYoptional double
posZoptional double
useAngleoptional bool TRUE if the posX, posY, posZ will be taken into account(they wont anyway if they are NULL)
matrixoptional double transformation matrix
Return valuearray of Dataset objects The datasets just created in array format

Back to GraphBase

Back to Overview