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




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

    Property Value

    Non-negative integer value.
    See Also