You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension offers support for the following user-defined geometries for both C++ and C# types:
140
140
141
-
* Box (aka rectangle)
142
-
* Line
143
-
* Linestring
144
-
* MultiLinestring
145
-
* MultiPoint
146
-
* MultiPolygon
147
-
* Point
148
-
* Polygon (polygon with holes)
149
-
* Ray
150
-
* Ring (polygon without holes)
151
-
* Segment
141
+
*`Box` (aka rectangle)
142
+
*`Line`
143
+
*`Linestring`
144
+
*`MultiLinestring`
145
+
*`MultiPoint`
146
+
*`MultiPolygon`
147
+
*`Point`
148
+
*`Polygon` (polygon with holes)
149
+
*`Ray`
150
+
*`Ring` (polygon without holes)
151
+
*`Segment`
152
152
153
153
as well as user defined containers for C++:
154
154
155
-
* Array
156
-
* LinkedList
155
+
*`Array`
156
+
*`LinkedList`
157
157
158
158
They can be defined in XML file similar to *.natvis file. Path to this file can be set in options under **Tools**->**Options**->**Graphical Debugging**->**General**. An example XML file defining C++ types `MyPoint`, `MyRing` and `MyPolygon` in global namespace might look like this:
0 commit comments