VectorData Class

Definition

Represents vector data for a map spatial element.

public ref class VectorData : System::Xml::Serialization::IXmlSerializable
public class VectorData : System.Xml.Serialization.IXmlSerializable
type VectorData = class
    interface IXmlSerializable
Public Class VectorData
Implements IXmlSerializable
Inheritance
VectorData
Implements

Constructors

VectorData()

Initializes a new instance of the VectorData class.

VectorData(Byte[])

Initializes a new instance of the VectorData class.

Properties

Bytes

Gets or sets the vector data.

Operators

Implicit(Byte[] to VectorData)

Converts a byte array to a VectorData.

Implicit(VectorData to Byte[])

Converts a VectorData to a byte array.

Explicit Interface Implementations

IXmlSerializable.GetSchema()

Gets the xml schema.

IXmlSerializable.ReadXml(XmlReader)

Reads xml format of the vector data.

IXmlSerializable.WriteXml(XmlWriter)

Writes xml format of the vector data.

Applies to