This document is archived and information here might be outdated.  Recommended version.


IGPLine2.Polyline Property (ArcObjects .NET 10.5 SDK)
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