RuleManagerFunctionArgumentsInformation_Struct Struct

NXOpen.RuleManager.FunctionArgumentsInformation is an alias for NXOpen.RuleManagerFunctionArgumentsInformation_Struct

class NXOpen.RuleManagerFunctionArgumentsInformation_Struct

Bases: object

Used to return information about the arguments for a function.

Fields

Field Description
ArgumentName Argument name
ArgumentType Type of argument
ArgumentStyle Style of argument, Required or Optional
ArgumentDefault Default for optional argument
ArgumentDimensionality argument dimensionality
ArgumentDescription Description of argument
ArgumentSelectionTypes Selection object types for argument, comma-separated list

ArgumentName

RuleManagerFunctionArgumentsInformation_Struct.ArgumentName

Argument name -------------------------------------

Getter Method Signature ArgumentName()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature ArgumentName(value)

Parameters:value (str) –

ArgumentType

RuleManagerFunctionArgumentsInformation_Struct.ArgumentType

Type of argument -------------------------------------

Getter Method Signature ArgumentType()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature ArgumentType(value)

Parameters:value (str) –

ArgumentStyle

RuleManagerFunctionArgumentsInformation_Struct.ArgumentStyle

Style of argument, Required or Optional -------------------------------------

Getter Method Signature ArgumentStyle()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature ArgumentStyle(value)

Parameters:value (str) –

ArgumentDefault

RuleManagerFunctionArgumentsInformation_Struct.ArgumentDefault

Default for optional argument -------------------------------------

Getter Method Signature ArgumentDefault()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature ArgumentDefault(value)

Parameters:value (str) –

ArgumentDimensionality

RuleManagerFunctionArgumentsInformation_Struct.ArgumentDimensionality

argument dimensionality -------------------------------------

Getter Method Signature ArgumentDimensionality()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature ArgumentDimensionality(value)

Parameters:value (str) –

ArgumentDescription

RuleManagerFunctionArgumentsInformation_Struct.ArgumentDescription

Description of argument -------------------------------------

Getter Method Signature ArgumentDescription()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature ArgumentDescription(value)

Parameters:value (str) –

ArgumentSelectionTypes

RuleManagerFunctionArgumentsInformation_Struct.ArgumentSelectionTypes

Selection object types for argument, comma-separated list -------------------------------------

Getter Method Signature ArgumentSelectionTypes()

Returns:
Return type:str

-------------------------------------

Setter Method

Signature ArgumentSelectionTypes(value)

Parameters:value (str) –