Gocator API > Go2.Data > Classes > Go2CustomData > Functions > Go2CustomData_ItemDimensions
Gocator 2x00 API
Go2CustomData_ItemDimensions
Description

Returns the dimension of the data contained at the given item index.

C
Go2UInt32 Go2CustomData_ItemDimensions(Go2CustomData data, Go2UInt32 itemIndex);
Parameters
Parameters 
Description 
Go2CustomData data 
Go2CustomData object. 
Go2UInt32 itemIndex 
The index of the data item to check. 
Returns

0 to indicate an invalid item index, 1 to indicate that the data is a one dimensional array, 2 to indicate that the data is a two dimensional array, or 3 to indicate that the data is a three dimensional array.

File

Go2DataTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.