Description | ||||||||
Initializes a layer item structure for the singular case when all of the following are true:
In all other situations, use the function ProLayerItemInit(). |
||||||||
Synopsis | ||||||||
#include <ProLayer.h> | ||||||||
ProError | ProDwgLayerItemInit | ( | ||||||
ProLayerType type | ||||||||
/* (In) | ||||||||
The item type. | ||||||||
*/ | ||||||||
int id | ||||||||
/* (In) | ||||||||
The item identifier. | ||||||||
*/ | ||||||||
ProAsmcomppath* owner | ||||||||
/* (In) | ||||||||
The owner of the item. You can have table_num greater than 0 for type PRO_LAYER_SUB_ASSEMBLY only. | ||||||||
*/ | ||||||||
ProLayerItem* item | ||||||||
/* (Out) | ||||||||
The layer item. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProLayerItemInit |