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


ITinPolyline.AsPolyline Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinPolyline Interface > ITinPolyline.AsPolyline Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pNodeFilter [in]

pNodeFilter is a parameter of type ITinFilter* bGetZ [in]
bGetZ is a parameter of type bool

Product Availability

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

See Also

ITinPolyline Interface