AcMapIE::GeometryType Enumeration

Land Desktop Development ARX CPP SDK

AcMapIE:: GeometryType Enumeration
 

Enumerates the geometric types to export.

enum GeometryType {
  kGeom_Invalid,
  kGeom_All,
  kGeom_Point,
  kGeom_Line,
  kGeom_Polygon,
  kGeom_Text,
  kGeom_Point_Line,
  kGeom_Point_Polygon,
  kGeom_Line_Polygon
};
File

AcMapIEEnum.h

Parameters 
Description 
kGeom_Invalid 
Invalid geometric type. 
kGeom_All 
Export all geometric types. 
kGeom_Point 
Export points (AcDbPoint and AcDbBlockReference).  
kGeom_Line 
Export lines (AcDbPolyline, AcDb2dPolyline, AcDbSpline, AcDb3dPolyline, and AcDbArc).  
kGeom_Polygon 
Export polygons (AcDbPolygon, AcDbEllipse, AcDbCircle, AcDbPolyline if closed, AcDb2dPolyline if closed, AcDbSpline if closed, and AcDb3dPolyline if closed).  
kGeom_Text 
Export text (AcDbText and AcDbMText).  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].