NNS_G2dSetMCDataToMCInstance

Syntax

#include <nnsys/g2d/g2d_MultiCellAnimation.h>
BOOL NNS_G2dSetMCDataToMCInstance( 
                                          NNSG2dMultiCellInstance*       pMCInst, 
                                          const NNSG2dMultiCellData*     pMcData );
  

Arguments

pMCInst [OUT] Multicell entity
pMcData [IN] Multicell data

Return Values

Whether reflected.

Description

Sets the multicell data in the multicell entity. If there are sufficient nodes for the multicell data, the content of the definition data will be reflected in the entity and a value of TRUE will be returned.
This function was reclassified as an internal-use function because it is unnecessary when using multicells. The API was kept to maintain compatibility with older versions.

See Also

NNS_G2dGetMCNumNodesRequired

Revision History

2005/01/31 Reclassified as an internal-use function.
2005/07/20 The NSS_G2dGetNumNodesRequired function was renamed to NNS_G2dGetMCNumNodesRequired.
2004/05/28 Initial version.


CONFIDENTIAL