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


IBezierCurve2.IsLine Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurve2 Interface > IBezierCurve2.IsLine Property
ArcGIS Developer Help

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(
  Boolean* IsLine
);
[C++]
Parameters
IsLine [out, retval]

IsLine is a parameter of type bool*

Product Availability

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

See Also

IBezierCurve2 Interface