tibasSpaceDef_Create()

Returns a new SpaceDef instance.

Declaration

tibas_status tibasSpaceDef_Create
(tibasSpaceDef*  spaceDef)

Parameters

Parameter Description
spaceDef The new instance of SpaceDef returned by the function.

Remarks

Use the tibasSpaceDef_Create() function to create a new SpaceDef instance. Once you have created the SpaceDef, you can assign the attributes of the space definition by calling additional tibasSpaceDef functions. For example, you can assign:

After you have set up the attributes of the space, you pass the SpaceDef object to the tibasMetaspace_DefineSpace() function to define the space and then join the space by calling the tibasMetaspace_GetSpace() function or the tibasMetaspace_GetSpaceEx() function.

See Also

See the following function reference topics for more information about defining the space and joining the space.