ArcObjects Library Reference (GeoDatabase)  

ITinPolyline.AsPolyline Method

The specified polyline as polyline geometry.

[Visual Basic .NET]
Public Function AsPolyline ( _
    ByVal pNodeFilter As ITinFilter, _
    ByVal bGetZ As Boolean _
) As IPolyline
[C#]
public IPolyline AsPolyline (
    ITinFilter pNodeFilter,
    bool bGetZ
);
[C++]
HRESULT AsPolyline(
  ITinFilter* pNodeFilter,
  VARIANT_BOOL bGetZ,
  IPolyline** ppPolyline
);
[C++]

Parameters

pNodeFilter [in]

  pNodeFilter is a parameter of type ITinFilter

bGetZ [in]   bGetZ is a parameter of type VARIANT_BOOL ppPolyline [out, retval]

  ppPolyline is a parameter of type IPolyline

Product Availability

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

See Also

ITinPolyline Interface