ImageGear for .NET
Flags Property (ImGearVectorEntityNURBSsurface)




Gets or sets NURBS surface flags.
Syntax
'Declaration
 
Public Overrides Property Flags As Integer
'Usage
 
Dim instance As ImGearVectorEntityNURBSsurface
Dim value As Integer
 
instance.Flags = value
 
value = instance.Flags
public override int Flags {get; set;}
public: __property int get_Flags() override;
public: __property void set_Flags( 
   int value
) override;
public:
property int Flags {
   int get() override;
   void set (    int value) override;
}

Property Value

Combination of ImGearVectNURBSFlags enumeration or 0.
See Also

Reference

ImGearVectorEntityNURBSsurface Class
ImGearVectorEntityNURBSsurface Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback