ArcObjects Library Reference (Geometry)  

IBezierCurve2.IsLine Property

Indicates if the curve degenerated to a line.

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

Parameters

IsLine [out, retval]   IsLine is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBezierCurve2 Interface