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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntitySplinesurface Class : Flags Property
Gets or sets different surface flags.
Syntax
'Declaration
 
Public MustOverride Property Flags As Integer
'Usage
 
Dim instance As ImGearVectorEntitySplinesurface
Dim value As Integer
 
instance.Flags = value
 
value = instance.Flags
public abstract int Flags {get; set;}
public: __property abstract int get_Flags();
public: __property abstract void set_Flags( 
   int value
);
public:
abstract property int Flags {
   int get();
   void set (    int value);
}

Property Value

Combination of ImGearVectNURBSFlags enumeration or 0.
See Also

Reference

ImGearVectorEntitySplinesurface Class
ImGearVectorEntitySplinesurface Members