This document is archived and information here might be outdated. Recommended version. |
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