ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntitySplinesurface Class / NDegree Property




In This Topic
    NDegree Property (ImGearVectorEntitySplinesurface)
    In This Topic
    Gets a surface degree in N direction.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property NDegree As Integer
    'Usage
     
    Dim instance As ImGearVectorEntitySplinesurface
    Dim value As Integer
     
    value = instance.NDegree
    public abstract int NDegree {get;}
    public: __property abstract int get_NDegree();
    public:
    abstract property int NDegree {
       int get();
    }

    Property Value

    Numeric value equal to 2 or greater.
    See Also