This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolyline6 Interface > IPolyline6.IsSimpleNonPlanar Property (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* pbIsSimpleNonPlanar
);
[C++]
Parameters pReason [out]
pReason is a parameter of type esriNonSimpleReasonEnum pbIsSimpleNonPlanar [out, retval] pbIsSimpleNonPlanar is a parameter of type VARIANT_BOOL
The return boolean value indicates whether or not the geometry is simple. If the return is false, the "reason" parameter can be inspected.