FMP_createMultiPointSupport

Create a multipoint support with a list of coordinates

H_ERROR FMP_createMultiPointSupport (CEDINT32 serverUid,char* supportName, CEDINT32 nbrPoint,CEDDOUBLE* coordinatesPoint)
  • Input:
    • serverUid: server Uid
    • supportName: MultiPointSupport name
    • nbrPoint: number of points
    • coordinatesPoint: coordinates of points
  • Return:
    • error handle (NULL=OK)