IParameter Interface Reference

List of all members.

Detailed Description

A parameter within solid model.

Contained by:


Public Member Functions

HRESULT Delete ()
 Deletes the parameter.
HRESULT SetValueInteger ([in] int in_value)
 Sets parameter's value and sets its type to 'Integer'.
HRESULT SetValueRealNumber ([in] double in_value)
 Sets parameter's value and sets its type to 'Real Number'.
HRESULT SetValueString ([in] BSTR in_value)
 Sets parameter's value and sets its type to 'String'.
HRESULT SetValueYesNo ([in] VARIANT_BOOL in_value)
 Sets parameter's value and sets its type to 'Yes No'.

Properties

BSTR Name [get]
 Parameter name.
IParameters Parameters [get]
 Collection aggregating this parameter.
ISolid Solid [get]
 Solid model containing this parameter.
VARIANT Value [get, set]
 Parameter's value.
VARIANT ValueKeepType [set]
 Set this property to assign a new value without changing the parameter value type.
EParamValueType ValueType [get]
 Type of parameter's value.


Generated on Mon Feb 12 14:18:33 2007 for ETRAGE ACI for Pro/ENGINEER by  doxygen 1.5.1-p1