ArcObjects Library Reference (Geometry)  

IEnumPointAndDistance.ContinuousSectionAfter Property

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

[Visual Basic .NET]
Public ReadOnly Property ContinuousSectionAfter As Boolean
[C#]
public bool ContinuousSectionAfter {get;}
[C++]
HRESULT get_ContinuousSectionAfter(
  VARIANT_BOOL* ContinuousSectionAfter
);
[C++]

Parameters

ContinuousSectionAfter [out, retval]   ContinuousSectionAfter is a parameter of type VARIANT_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