ArcObjects Library Reference  (Geometry)    

IBezierCurve.Degree Property

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

[Visual Basic 6.0]
Property Degree As Long
[Visual Basic .NET]
Public ReadOnly Property Degree As Integer
[C#]
public int Degree {get;}
[Java]
public int getDegree()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Degree(
  long* Degree
);
[C++]

Parameters

Degree [out, retval]

  Degree is a parameter of type long

Product Availability

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

Description

Returns the degree of the Bezier Curve.  Currently, all Bezier Curves have a degree of 3 by definition.

See Also

IBezierCurve Interface

Example

IBezierCurve_Example

 


Feedback Send feedback on this page