FDO API Reference Feature Data Objects
static FDO_API FdoArgumentDefinition* FdoArgumentDefinition::Create ( FdoString name,
FdoString description,
FdoDataType  dataType 
) [static]

Constructs an instance of an FdoArgumentDefinition using the specified arguments.

Parameters:
name Input the name of the argument.
description Input a brief description of the argument.
dataType Input the type of argument.
Returns:
Returns FdoArgumentDefinition


Comments or suggestions? Send us feedback.