getSegmentation

This returns the set values for segmentationParts and segmentationLength. Both attributes are optional. The values can be changed through the API call setSegmentation(). The default values are segmentationParts = 36 segmentationLength = 0.

Syntax

//
//   Strong typing definition
//
void            getSegmentation(
                        SdaiModel               model,
                        int_t                   * segmentationParts,
                        double                  * segmentationLength
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   getSegmentation(
                                                                        int_t                   model,
                                                                        int_t                   * segmentationParts,
                                                                        double                  * segmentationLength
                                                                    );
    

Property model

Size: 32 bit / 4 byte (value)
???.

Property segmentationParts

Size: 32 bit / 4 byte (reference)
???.

Property segmentationLength

Size: 32 bit / 4 byte (reference)
???.