ArcObjects Library Reference (Geometry)  

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,
  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

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