| Products: ArcView: VB6 Platforms: WindowsRequires: An Edit Session and editable complex edge or simple line layersMinimum ArcGIS Release: 9.0 |
How to use:
- Start ArcMap, add a complex edge or simple line layer to the map
- Browse and select the LoopConstruct.dll using the 'Add From File' button on the customization dialog.
- From the 'Developer Samples' commands category, add the 'Loop Construction Entry' command to an existing toolbar.
- Begin editing and set the target layer to the complex edge or simple line layer.
- Set your snapping environment to snap to the edge of your target layer.
- Select the tool, choose one of the two options, and specify an offset distance.
- Begin using the tool by snapping the first point along one of the features from the target layer.
- Snap the second point along the same feature.
| frmResources.frm | Form containing icon for the tool. |
| frmOffset.frm | Form containing option choices for using the tool. |
| LoopConstruct.cls | Class containing code for executing the tool. |
Download the files for all languages
Key CoClasses:Editor, Feature, Polyline
Key Interfaces: IEditSketch, IFeature, IPolyLine, ISegmentCollection
Key Members:IEditSketch::AddPoint, IEditSketch::FinishSketch, IFeature::Store, IPolyLine::FromPoint, ISegmentCollection::AddSegment
