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


IGPLine2.Polyline Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLine2 Interface > IGPLine2.Polyline Property
ArcGIS Developer Help

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