Results 1 to 8 of 8

Thread: Convert POINTAPI type

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2008
    Posts
    126

    Convert POINTAPI type

    Hi to all

    I have an array of POINTAPI :

    Code:
    Private Type POINTAPI
            X As Long
            y As Long
    End Type
    and an Array of POINTSNG :

    Code:
    PrivateType POINTSNG
        X As Single
        y As Single
    End Type

    How can I convert the array of POINTSNG in a POINTAPI array without using a loop?

    Thanks for suggestions

    Nanni
    Last edited by Nanni; Jul 15th, 2010 at 06:06 AM. Reason: Incomplete

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width