| Visual Basic (Declaration) | |
|---|---|
<ComVisibleAttribute(False)> Public NotInheritable Class Polyline Inherits Geometry | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ComVisibleAttribute(false)] public sealed class Polyline : Geometry | |
This example demonstrates how to create a Polyline from London to Paris. The Polyline is used as a Geomtery for a PlaceResult.
| C# | Copy Code |
|---|---|
//Create Task Context. | |
| Visual Basic | Copy Code |
|---|---|
'Create Task Context. | |
System.Object
ESRI.ArcGIS.E2API.Geometry
ESRI.ArcGIS.E2API.Polyline
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This class was added to the E2API at version 1.0.0.348.


~140.gif)


Copy Code