| FDO API Reference | Feature Data Objects |
#include <Parameter.h>
Inherits FdoValueExpression.
Inheritance diagram for FdoParameter:

Definition at line 37 of file Parameter.h.
Public Member Functions | |
| FDO_API FdoString * | GetName () |
| Gets the name of the parameter. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoParameter to the appropriate expression processor operation. | |
| FDO_API void | SetName (FdoString *value) |
| Sets the name of the parameter. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| static FDO_API FdoParameter * | Create (FdoString *name) |
| Constructs an instance of a parameter using the specified arguments. | |
| static FDO_API FdoParameter * | Create () |
| Constructs a default instance of a parameter. | |
| Comments or suggestions? Send us feedback. |