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.

. Constructor: NXOpen.RuleManager.FunctionArgumentsInformation()

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 -------------------------------------

Field Value Type:str

ArgumentType

RuleManagerFunctionArgumentsInformation_Struct.ArgumentType

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

Field Value Type:str

ArgumentStyle

RuleManagerFunctionArgumentsInformation_Struct.ArgumentStyle

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

Field Value Type:str

ArgumentDefault

RuleManagerFunctionArgumentsInformation_Struct.ArgumentDefault

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

Field Value Type:str

ArgumentDimensionality

RuleManagerFunctionArgumentsInformation_Struct.ArgumentDimensionality

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

Field Value Type:str

ArgumentDescription

RuleManagerFunctionArgumentsInformation_Struct.ArgumentDescription

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

Field Value Type:str

ArgumentSelectionTypes

RuleManagerFunctionArgumentsInformation_Struct.ArgumentSelectionTypes

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

Field Value Type:str