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


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

IBezierCurveGEN.Degree Property

The degree of the Bezier curve. For third degree Beziers, this is always 3.

[Visual Basic .NET]
Public ReadOnly Property Degree As Integer
[C#]
public int Degree {get;}
[C++]
HRESULT get_Degree(
  System.Int32* Degree
);
[C++]
Parameters
Degree [out, retval]

Degree is a parameter of type long*

Product Availability

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

See Also

IBezierCurveGEN Interface