i want to create a point geometry in ArcPad 10 VBScript, to make custom feature drawing. so i want create point geometry then
record.shape = point
or
records.AddNew(point)
i want to create point ,line and polygon geometries.
i searched a lot but i haven't found how to create geometry.
i don't know if there's another simple manner to do that.
thanks in advance.