Field-Map Scripting

4.10.12 PointCount

PointCount property


Prototype:

property PointCount [const Ring_ :integer] :integer;

Description:

Sets/returns the value of a.

Syntax (get value):



Syntax (set value):


variable := polygon.PointCount[Ring];



polygon.PointCount[Ring] := variable;



Part

Description


variable

A variable declared as an integer


polygon

A reference to an instance of a TPolygonWrapper


Ring


Return value:

the value of



See also:

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