FDO API Reference Feature Data Objects
static FDO_API FdoArgumentDefinition* FdoArgumentDefinition::Create ( FdoString name,
FdoString description,
FdoPropertyType  propertyType,
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.
propertyType Input the property type of the argument
dataType Input the data type of the argument; This is used only if the argument's property type is FdoPropertyType_DataProperty.
Returns:
Returns FdoArgumentDefinition


Comments or suggestions? Send us feedback.