[]
Returns an object containing contour data in a jagged double array.
public object GetJaggedContourData()
| Type | Description |
|---|---|
| object | An object containing contour data in a jagged double array. |
Jagged arrays are useful in certain instances for manipulating data. In Delphi, multiply dimensioned arrays are jagged. Delphi users should use the GetJaggedContourData method instead of the ContourData property.