====== ThinkGeo.MapSuite.SilverlightCore.ShapeFileType ====== {{section>upgrade_map_suite_to_10.0}} This enumeration represents the types stored in the Shape File. == Remarks == There are a number of formats as described above that are not currently supported. They are primarily not supported because Map Suite is a 2D tool and does not currently display 3D graphics. == Items == **Null** * **Summary**:Null **Point** * **Summary**:Point **Polyline** * **Summary**:Polyline **Polygon** * **Summary**:Polygon **Multipoint** * **Summary**:Multipoint **PointZ** * **Summary**:PointZ - This is currently not supported. **PolylineZ** * **Summary**:PolylineZ - This is currently not supported. **PolygonZ** * **Summary**:PolygonZ - This is currently not supported. **MultipointZ** * **Summary**:MultiPointZ - This is currently not supported. **PointM** * **Summary**:PointM - This is currently not supported. **PolylineM** * **Summary**:PolylineM - This is currently not supported. **PolygonM** * **Summary**:PolygonM - This is currently not supported. **MultipointM** * **Summary**:MultipointM - This is currently not supported. **Multipatch** * **Summary**:MultiPatch - This is currently not supported.