ImageGear .NET - Updated
ImGearVectEntities Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectEntities Enumeration
Specifies the type of the entity.
Syntax
'Declaration
 
Public Enum ImGearVectEntities 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearVectEntities
public enum ImGearVectEntities : System.Enum 
__value public enum ImGearVectEntities : public System.Enum 
public enum class ImGearVectEntities : public System.Enum 
Members
MemberDescription
ARCThe entity is an elliptical arc.
BEZIER_CURVEThe entity is a Bezier curve.
BEZIER_SURFACEThe entity is a Bezier surface.
BLOCKThe entity is a block.
CONNECTIONThe entity is a connection edge.
EASY_SURFACEThe entity is an easy surface.
EASYLINEThe entity is an easy line.
ELLIPSEThe entity is an ellipse.
FIGUREThe entity is a figure.
GEOMETRYThe entity is a geometry.
INSERTIONThe entity is an insertion.
NURBS_CURVEThe entity is a NURBS curve.
NURBS_SURFACEThe entity is a NURBS surface.
POLYLINEThe entity is a polyline.
POLYLINEEXThe entity is an extended polyline.
RASTERThe entity is a raster.
SHELLThe entity is a shell.
SHELLEXThe entity is an extended shell.
SOLIDThe entity is a solid.
TEXTThe entity is a text.
UNKNOWNUnknow entity.
VIEWPORTThe entity is a viewport.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectEntities

See Also

Reference

ImageGear.Vector Namespace