This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLine2 Interface > IGPLine2.Polyline Property (ArcObjects .NET 10.4 SDK) |
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