CustomShapefileData(Byte[], Byte[]) Constructor
Initializes a new instance of the CustomShapefileData class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
shapeData | Byte[] | An array of Byte values representing shape data. This value is assigned to the CustomShapefileData.ShapeData property. |
attributeData | Byte[] | An array of Byte values representing attribute data. This value is assigned to the CustomShapefileData.AttributeData property. |
See Also