Function ProLayeritemLayersGet
Description
Finds all layers containing the given item.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayeritemLayersGet
(
ProDrawing pro_drawing
/* (In)
The drawing that owns the layers where the item resides. If NULL, layers residing in the same model as the given layer item will be found.
*/
ProLayerItem* pro_layer_item
/* (In)
The layer item. If the type is PRO_LAYITEM_FROM_PATH, you must supply the pro_drawing argument.
*/
ProLayer** pro_layers
/* (Out)
ProArray of layers which contain the item. Free this array using ProArrayFree().
*/
)
Returns
The function successfully retrieved the information.
The item is not found on any layers in the designated model.
The input argument is invalid.
User Guide References
¿Fue esto útil?