This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinPolyline Interface > ITinPolyline.AsPolyline Method (ArcObjects .NET 10.4 SDK) |
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