ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityEasysurface Class / MDimension Property




In This Topic
    MDimension Property (ImGearVectorEntityEasysurface)
    In This Topic
    Gets the count of points in M direction.
    Syntax
    'Declaration
     
    Public ReadOnly Property MDimension As Integer
    'Usage
     
    Dim instance As ImGearVectorEntityEasysurface
    Dim value As Integer
     
    value = instance.MDimension
    public int MDimension {get;}
    public: __property int get_MDimension();
    public:
    property int MDimension {
       int get();
    }

    Property Value

    Non-negative integer value.
    See Also