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

VectorItemsLayer Methods

A layer that displays a collection of vector elements.
Name Description
Dispose() Disposes of the current object. Inherited from MapDisposableObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToKml(Stream, String) Exports data from this vector layer to the specified stream using the KML file format. Inherited from MapItemsLayerBase.
ExportToKml(Stream) Exports data from this vector layer to the specified stream using the KML file format. Inherited from MapItemsLayerBase.
ExportToKml(String) Exports data from this vector layer to the specified KML file. Inherited from MapItemsLayerBase.
ExportToShp(String, ShpExportOptions) Exports this vector layer data to the specified shapefile. Inherited from MapItemsLayerBase.
ExportToSvg(Stream, SvgExportOptions) Exports data from this vector layer to the specified stream using the defined parameters. Inherited from MapItemsLayerBase.
ExportToSvg(Stream, Double, SvgExportOptions) Exports data from this vector layer to the specified stream using the defined parameters. Inherited from MapItemsLayerBase.
ExportToSvg(Stream, Double) Exports data from this vector layer to the specified stream using the SVG file format. Inherited from MapItemsLayerBase.
ExportToSvg(Stream) Exports data from this vector layer to the specified stream using the SVG file format. Inherited from MapItemsLayerBase.
ExportToSvg(String, SvgExportOptions) Exports data from this vector layer to the specified SVG file using the defined parameters. Inherited from MapItemsLayerBase.
ExportToSvg(String, Double, SvgExportOptions) Exports data from this vector layer to the specified SVG file using the defined parameters. Inherited from MapItemsLayerBase.
ExportToSvg(String, Double) Exports data from this vector layer to the specified SVG file. Inherited from MapItemsLayerBase.
ExportToSvg(String) Exports data from this vector layer to the specified SVG file. Inherited from MapItemsLayerBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetItemSourceObject(MapItem) Gets a source object for a map item.
GetMapItemBySourceObject(Object) Gets a map item by the source object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetViewport() Returns a map viewport. Inherited from LayerBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of VectorItemsLayer.
See Also