dsPolyLine3DFitSmooth_e Enumeration Send Feedback
See Also 
Options for the 3D fit or smoothing of a PolygonLine.

Syntax

Visual Basic 
Public Enum dsPolyLine3DFitSmooth_e 
   Inherits System.Enum
C# 
public enum dsPolyLine3DFitSmooth_e : System.Enum 
JavaScript 
dsPolyLine3DFitSmooth_e : String
COM native C++ 
enum dsPolyLine3DFitSmooth_e
C++ 
enum dsPolyLine3DFitSmooth_e

Members

MemberDescription
dsPolyLine3DFitSmooth_Cubic2 = Cubic
dsPolyLine3DFitSmooth_None0 = None
dsPolyLine3DFitSmooth_Qudratic1 = Quadratic

See Also