FDO .NET API Reference Feature Data Objects

mgGeometricType.h File Reference

Go to the source code of this file.


Enumerations

enum  GeometricType {
  GeometricType_Point = 0x01,
  GeometricType_Curve = 0x02,
  GeometricType_Surface = 0x04,
  GeometricType_Solid = 0x08,
  GeometricType_All = 0x01|0x02|0x04|0x08
}
 The GeometricType enumeration categorizes all of the geometry types supported by FDO based on their geometric dimensionality. More...

Comments or suggestions? Send us feedback.