Function ProMdlLayersCollect
Description
Collects an array containing the layers in this model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProMdlLayersCollect
(
ProMdl mdl
/* (In)
The model.
*/
ProLayer** p_layers_array
/* (Out)
ProArray of collected layers. Free this using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No layers were found and collected.
Sample Code References
User Guide References
これは役に立ちましたか?