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




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

    Property Value

    Numeric value equal to 2 or greater.
    See Also