
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <SerializableAttribute()> Public Class MeshSurfaceData
'Usage Dim instance As MeshSurfaceData
[ClassInterface(ClassInterfaceType.AutoDual)] [Serializable()] public class MeshSurfaceData
System.Object
Xceed.Chart.Core.MeshSurfaceData
Name | Description | |
---|---|---|
![]() | GridSizeX | Returns the size of the data sorage in the X-dimension. |
![]() | GridSizeZ | Returns the size of the data sorage in the Z-dimension. |
Name | Description | |
---|---|---|
![]() | Clear | Removes all data from the storage. |
![]() | Clone | Creates an identical copy of this MeshSurfaceData object |
![]() | GetValueX | Gets the x-position value for a data point at a given two-dimensional index. |
![]() | GetValueY | Gets the elevation value for a data point at a given two-dimensional index. |
![]() | GetValueZ | Gets the z-position value for a data point at a given two-dimensional index. |
![]() | SetGridSize | Sets the size of the data storage. A storage with size M x N is represented by a surface with (M - 1) x (N - 1) cells. |
![]() | SetValue | Sets elevation, x-position and z-position values for a data point. |
![]() | SetValueX | Sets the x-position value for a data point at a given two-dimensional index. |
![]() | SetValueY | Sets the elevation value for a data point at a given two-dimensional index. |
![]() | SetValueZ | Sets the z-position value for a data point at a given two-dimensional index. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2