Function ProLayerItemInit
Description
Initializes the layer item structure. You should use this function in all situations except one special case, which is covered by the function ProDwgLayerItemInit().
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProLayerItemInit
(
/* (In)
The item type
*/
int id
/* (In)
The item identifier
*/
ProMdl owner
/* (In)
The model that owns the item. Cannot be NULL
*/
/* (Out)
The layer item. Cannot be NULL.
*/
)
Returns
The function successfully initialized the structure.
One or more of the input arguments are invalid.
Item with such identifier and type does not exist.
See Also
Sample Code References
User Guide References
¿Fue esto útil?