| Description |
| Return the item status at the layer. |
| Synopsis |
| #include <ProLayer.h> |
| ProError | ProLayeritemLayerStatusGet | ( |
| 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_layer | |
| /*
(In) |
| The layer which contain the item. |
| */ |
| ProLayerItemStatus* pro_layitem_status | |
| /*
(Out) |
| The item status. |
| */ |
| ) |
| Returns |
|
|