Skip to main content
A newer version of this page is available. .

CustomShapefileData(Byte[], Byte[]) Constructor

Initializes a new instance of the CustomShapefileData class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public CustomShapefileData(
    byte[] shapeData,
    byte[] attributeData
)

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