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


IEnumPointAndDistance.ContinuousSectionBefore Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumPointAndDistance Interface > IEnumPointAndDistance.ContinuousSectionBefore Property
ArcGIS Developer Help

IEnumPointAndDistance.ContinuousSectionBefore Property

Indicates whether the current point and the previous point lie on a circular arc with the query point at its center.

[Visual Basic .NET]
Public ReadOnly Property ContinuousSectionBefore As Boolean
[C#]
public bool ContinuousSectionBefore {get;}
[C++]
HRESULT get_ContinuousSectionBefore(
  Boolean* ContinuousSectionBefore
);
[C++]
Parameters
ContinuousSectionBefore [out, retval]

ContinuousSectionBefore is a parameter of type bool*

Product Availability

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

Description

The ContinuousSectionAfter and ContinuousSectionBefore indicate if two subsequent points in the enumerator are lying on a Circular Arc.

See Also

IEnumPointAndDistance Interface