Returns the field definition for a specified field name.
      Declaration
tibas_status tibasSpaceDef_GetFieldDef
(tibasSpaceDef spaceDef,
tibasFieldDef* fieldDef,
const char*    fieldName)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | spaceDef | The spaceDef object that identifies the space for which you want to get a field definition. | 
                  
                     | fieldDef | The field definition associated with the space definition for the named field | 
                  
                     | fieldName | The field name. | 
               
            
Remarks
Use the tibasSpaceDef_GetFieldDef() function to return the field definition for a specified field in a specified space.
Copyright © Cloud Software Group, Inc. All rights reserved.