'Declaration
Public Function GetJaggedGridData() As System.Object
Return Value
An object containing Z-values in a jagged double array.
Remarks
Jagged arrays are useful in certain instances for manipulating data. In Delphi, multiply dimensioned arrays are jagged. Delphi users should use GetJaggedGridData() instead of the GridData property.