CapeParamType Enumeration

Gets the type of the parameter for which this is a specification:

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
public enum CapeParamType

Remarks

double-precision Real (CAPE_REAL), integer(CAPE_INT), String (or option)(CAPE_OPTION), boolean(CAPE_BOOLEAN) array(CAPE_ARRAY) Reference document: Parameter Common Interface

Members

CAPE_REAL0 Double-precision real-valued parameter
CAPE_INT1 Integer-valued parameter
CAPE_OPTION2 String/option parameter
CAPE_BOOLEAN3 Boolean-valued parameter
CAPE_ARRAY4 Array parameter

See Also