FDO API Reference Feature Data Objects

static FDO_API FdoFunctionDefinition* FdoFunctionDefinition::Create FdoString name,
FdoString description,
FdoPropertyType  returnPropertyType,
FdoDataType  returnType,
FdoArgumentDefinitionCollection arguments
[static]
 

Constructs an instance of an FdoFunctionDefinition using the specified arguments.

Parameters:
name Input the name of the function.
description Input a brief description.
returnProperty Type Input the function return property type
returnType Input the function return data type (ignore it property type is not data)
arguments Input the argument definition list
length Input the number of arguments
Returns:
Returns FdoFunctionDefinition

Comments or suggestions? Send us feedback.