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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityEasysurface Class : Flags Property
Gets or sets a different surface flags such as closing in M or/and N direction.
Syntax
'Declaration
 
Public Property Flags As Integer
'Usage
 
Dim instance As ImGearVectorEntityEasysurface
Dim value As Integer
 
instance.Flags = value
 
value = instance.Flags
public int Flags {get; set;}
public: __property int get_Flags();
public: __property void set_Flags( 
   int value
);
public:
property int Flags {
   int get();
   void set (    int value);
}

Property Value

Surface flags.
See Also

Reference

ImGearVectorEntityEasysurface Class
ImGearVectorEntityEasysurface Members