gets or sets an array of integers that represent surface shape values.
public int[] Curve { get; set; }
Public Property Curve As Integer()
public int[] Curve {get; set;}
get_Curve();
set_Curve(value);
Object.defineProperty('Curve');
Array of integers that represent surface shape values. Valid values for each element in the Curve array range between -1000 and 1000. Positive values mean the curve is concave in and negative values mean the curve is concave out. The values in this array are divided internally by 1000.
Refer to FreePlaneBendCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET