FitSmooth Property (IPolyLine3D) Send Feedback
See Also 
Gets or sets the smoothing function to apply to the 3D PolyLine.

Syntax

Visual Basic 
Property FitSmooth As dsPolyLine3DFitSmooth_e
C# 
dsPolyLine3DFitSmooth_e FitSmooth {get; set;}
JavaScript 
get_FitSmooth () : String
put_FitSmooth (
   NewVal : String
)
COM native C++ 
HRESULT get_FitSmooth(
   dsPolyLine3DFitSmooth_e* Val
) 
HRESULT put_FitSmooth( 
   dsPolyLine3DFitSmooth_e NewVal
C++ 
DSRESULT get_FitSmooth (
   dsPolyLine3DFitSmooth_e* Val
)
DSRESULT put_FitSmooth(
   dsPolyLine3DFitSmooth_e NewVal
)

Property Value

Smoothing function as defined in dsPolyLine3DFitSmooth_e

See Also

Availability

DraftSight V1R1.3