Field-Map Scripting

4.10.9 RingRotation

RingRotation property


Prototype:

property RingRotation[Ring_ :integer] :integer read GetRingRotation write SetRingRotation;

Description:

{+1 clockwise, -1 counterclockwise, 0 unknown}

Syntax (get):

variable := polygon.RingRotation[Ring];

or

variable := polygon[Ring];

Syntax (set):

polygon.RingRotation[Ring] := variable;

or

polygon[Ring] := variable;


Part

Description


variable

A variable declared as an integer


polygon

A reference to an instance of a TPolygonWrapper


Ring


Return value:




Note: This property is available since version X7.



See also:

Create; Free; ID; AddRing; AddPointToRing; LoadFromVarArray; AddPolygon; Ring; RingRotation; RingCount; MainRingCount; PointCount; TotalPointCount; PointX; PointY; Area; AreaOfSimplePolygons; PointInPolygon; CreateCircle; CoordinatesAsText; CreateSamplePoints; CreateCentroids