xArgs.parmEnumType Method

Gets or sets the EnumType parameter.

Syntax

public int parmEnumType([int value])

Run On

Called

Parameters

  • value
    Type: int
    The value to set.

Return Value

Type: int
The value of the EnumType parameter.

Remarks

  • This method is used with the parmEnum method to send a specific value of an enumeration type to the called object. For example:

  • args.parmEnumType(enumnum(AssetBookType));

  • args.parmEnum(AssetBookType::ValueModel);

See Also

Reference

xArgs Class