Returns a value that indicates the type of geometric shape associated with the RecordSet.
Read-only property
variable = object.ShapeType |
Long
The possible return values (ShapeType constants) are:
Value | ShapeType |
---|---|
0 | Null Shape |
1 | Point |
3 | PolyLine |
5 | Polygon |
8 | MultiPoint |
11 | PointZ |
13 | PolyLineZ |
15 | PolygonZ |
18 | MultiPointZ |
21 | PointM |
23 | PolyLineM |
25 | PolygonM |
28 | MuiltPointM |