ArcObjects Library Reference (Geoprocessing)  

IGPLine2.Polyline Property

The actual the polyline object.

[Visual Basic .NET]
Public Property Polyline As IPolyline
[C#]
public IPolyline Polyline {get; set;}
[C++]
HRESULT get_Polyline(
  IPolyline** Polyline
);
[C++]
HRESULT putref_Polyline(
  IPolyline* Polyline
);
[C++]

Parameters

Polyline [out, retval]

  Polyline is a parameter of type IPolyline

Polyline [in]

  Polyline is a parameter of type IPolyline

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPLine2 Interface