VectorData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Implicit(VectorData to Byte[]) |
Converts a VectorData to a |
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. |