(C) Copyright 1998 by Autodesk, Inc.

Description:

This program demonstrates iterating over the subentity vertices of an AcDb2dPolyline.

1. Create a polyline in AutoCAD.
NOTE: This sample will only work on AcDb2dPolylines. So, the PLINETYPE system variable must be set to 0 before using the PLINE command to create the polyline.
2. Load the arx application.
3. Command: iterate 

The vertex coordinates are listed when the AcDb2dPolyline is selected.

