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




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

Property Value

Non-negative integer value.
See Also

Reference

ImGearVectorEntitySplinesurface Class
ImGearVectorEntitySplinesurface Members