public class IPolygonSpecificsD : IObjectSpecificsD,
InterfacePolygonSpecificsD, InterfaceObjectSpecificsD, IBoundablePublic Class IPolygonSpecificsD
Inherits IObjectSpecificsD
Implements InterfacePolygonSpecificsD, InterfaceObjectSpecificsD, IBoundablepublic ref class IPolygonSpecificsD : public IObjectSpecificsD,
InterfacePolygonSpecificsD, InterfaceObjectSpecificsD, IBoundabletype IPolygonSpecificsD =
class
inherit IObjectSpecificsD
interface InterfacePolygonSpecificsD
interface InterfaceObjectSpecificsD
interface IBoundable
end| IsHole | Is this polygon a hole or isle? |
| Positive |
Can be used for tagging any information to this object (Clone only copies the reference)
(Inherited from IObjectSpecificsD) |
| StartPoint | First Point of the polygon |
| Clone |
Clone this object with all members and properties.
(Overrides IObjectSpecificsDClone) |
| GetBounds | Returns the surface bounds. |
| GetOutline | Creates a List of IArcSpecifics and ILineSpecifics for the outline of the polygon. |
| GetPolygonOutline | Get IPolyClass from this polygon. |
| IsClockWise | Check the inner polygon is clock wise or counter clock wise. |
| IsInPolygon | Check the point in the polygon. |
| Reverse | Reverse all outline elements, e.g. switch start and end for an line. |
| Tag |
Tag to add temporary object.
(Inherited from IObjectSpecificsD) |