Creating the Point data type in the Point DataBlade module

About this task

To create the Point data type:

Procedure

  1. Choose Edit > Insert > Opaque Type, type the following information in the New Opaque Type wizard, and leave all other fields in the wizard as their default values.
    Opaque type property Value
    Opaque type name Point
    Internal members
    • Name: x, Type: mi_double_precision, Array: 0
    • Name: y, Type: mi_double_precision, Array: 0
  2. Click Finish and then choose Project > Save to save your project.