Description:
This sample is a utility to convert existing marker symbols to representation marker symbols for use in representations. The tool has two parameters: 1) The input style containing the markers to convert, and 2) The output style in which the converted representation markers will be stored into. The style where the representation markers will be stored must be a writable file. It can be the same style as the input style. The converted markers appear in the Representation Markers style gallery class of the output style.
Products: ArcView: VB6
Platforms: WindowsMinimum ArcGIS Release: 9.2 |
How to use:
- This is a stand-alone executable. Double-click RepresentationMarkerStyleConverter.exe to
run the program.
- Click the first Open button to browse for the input style.
- Click the first Open button to browse for the output style. This can be the same as the input style.
- Click the Convert button to perform the conversion.
| frmMarkerConversion.frm
|
The VB form containing the conversion logic and user interface components. |
| ReprStyleConverter.vbp |
Visual Basic project file. |
| RepresentationMarkerStyleConverter.exe |
The compiled executable. |
Download the VB6 files
Download the files for all languages
Key Libraries: Framework, Display
Key CoClasses:StyleGallery, StyleGalleryItem, RepresentationRule, RepresentationMarker
Key Interfaces: IStyleGallery, IStyleGalleryStorage, IStyleGalleryItem, IRepresentationRule, IRepresentationGraphics, IRepresentationMarker, IBasicSymbol