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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntitySplinesurface Class : NDegree Property
Gets a surface degree in N direction.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property NDegree As Integer
'Usage
 
Dim instance As ImGearVectorEntitySplinesurface
Dim value As Integer
 
value = instance.NDegree
public abstract int NDegree {get;}
public: __property abstract int get_NDegree();
public:
abstract property int NDegree {
   int get();
}

Property Value

Numeric value equal to 2 or greater.
See Also

Reference

ImGearVectorEntitySplinesurface Class
ImGearVectorEntitySplinesurface Members