This function gets the vertex container with control points that belong to the column m.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_vect_NURBSsurface_get_vertexcont(
        HIG_VECT_ENTITY hEntity, 
        long m,
        HIG_VECT_VERTEXCONT* lpVertexcont
);
 | |
| Name | Type | Description | 
|---|---|---|
| hEntity | HIG_VECT_ENTITY | Handle to the Entity. | 
| m | long | Vertex Container number (index in M direction). | 
| lpVertexcont | HIG_VECT_VERTEXCONT* | Buffer for the Vertex Container handle. | 
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