 
            This function gets the order of the NURBS surface in m direction.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_vect_NURBSsurface_get_morder(
        HIG_VECT_ENTITY hEntity, 
        long* lpOrder
);
 | |
| Name | Type | Description | 
|---|---|---|
| hEntity | HIG_VECT_ENTITY | Handle to the Entity. | 
| lpOrder | long* | Buffer for the order in M direction. | 
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None