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


IPolyline6.IsSimpleNonPlanar Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolyline6 Interface > IPolyline6.IsSimpleNonPlanar Property
ArcGIS Developer Help

IPolyline6.IsSimpleNonPlanar Property

Returns false if zero length segments are detected (zero in 2 dimensions), parts at endpoints need to be merged, or need to reorient segments that are pointing against the prevailing orientation for a part.

[Visual Basic .NET]
Public Function get_IsSimpleNonPlanar ( _
    ByRef pReason As esriNonSimpleReasonEnum _
) As Boolean
[C#]
public bool get_IsSimpleNonPlanar (
    ref esriNonSimpleReasonEnum pReason
);
[C++]
HRESULT get_IsSimpleNonPlanar(
  esriNonSimpleReasonEnum* pReason,
  Boolean* pbIsSimpleNonPlanar
);
[C++]
Parameters
pReason [out]

pReason is a parameter of type esriNonSimpleReasonEnum* pbIsSimpleNonPlanar [out, retval]
pbIsSimpleNonPlanar is a parameter of type bool*

Product Availability

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

Description

The return boolean value indicates whether or not the geometry is simple. If the return is false, the "reason" parameter can be inspected.

See Also

IPolyline6 Interface