ImageGear .NET v24.12 - Updated
MDimension Property (ImGearVectorEntityNURBSsurface)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityNURBSsurface Class : MDimension Property
Gets a count of control points in M direction.
Syntax
'Declaration
 
Public Overrides ReadOnly Property MDimension As Integer
'Usage
 
Dim instance As ImGearVectorEntityNURBSsurface
Dim value As Integer
 
value = instance.MDimension
public override int MDimension {get;}
public: __property int get_MDimension() override;
public:
property int MDimension {
   int get() override;
}

Property Value

Non-negative integer value.
See Also

Reference

ImGearVectorEntityNURBSsurface Class
ImGearVectorEntityNURBSsurface Members