IShapeInfo
Public / Attributes
EdgeParity
Defines how the vertex winding of polygon contours is interpreted (outer rings vs. holes).
A polygon contour is classified as an outer ring or a hole according to the sign of its signed area:
outer := sign(Area(contour)) == Parity hole := sign(Area(contour)) != Parity
The default value is -1
(i.e. clockwise orientation in a standard Cartesian coordinate system where X+ points rightwards and Y+ points upwards).
Georef
The coordinate system of the shape.
The default coordinate system is a local one (see CoordinateSystem.IsLocal) in metres (see UnitOfMeasure.Metre).