RuleManagerFunctionInformation_Struct Struct

NXOpen.RuleManager.FunctionInformation is an alias for NXOpen.RuleManagerFunctionInformation_Struct

class NXOpen.RuleManagerFunctionInformation_Struct

Bases: object

Used to return information about a function.

Fields

Field Description
ReturnType Return type of function
NumArguments Number of arguments
BriefDescription Brief description of function
FullDescription Full description of function
ReturnDescription Full description of return value
IsDynamic TRUE for dynamic methods
DesignLogic TRUE if usable in Design Logic
SeeAlso Other related functions, comma-separated list

ReturnType

RuleManagerFunctionInformation_Struct.ReturnType

Return type of function -------------------------------------

Getter Method Signature ReturnType()

Returns:
Return type:str

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

Setter Method

Signature ReturnType(value)

Parameters:value (str) –

NumArguments

RuleManagerFunctionInformation_Struct.NumArguments

Number of arguments -------------------------------------

Getter Method Signature NumArguments()

Returns:
Return type:int

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

Setter Method

Signature NumArguments(value)

Parameters:value (int) –

BriefDescription

RuleManagerFunctionInformation_Struct.BriefDescription

Brief description of function -------------------------------------

Getter Method Signature BriefDescription()

Returns:
Return type:str

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

Setter Method

Signature BriefDescription(value)

Parameters:value (str) –

FullDescription

RuleManagerFunctionInformation_Struct.FullDescription

Full description of function -------------------------------------

Getter Method Signature FullDescription()

Returns:
Return type:str

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

Setter Method

Signature FullDescription(value)

Parameters:value (str) –

ReturnDescription

RuleManagerFunctionInformation_Struct.ReturnDescription

Full description of return value -------------------------------------

Getter Method Signature ReturnDescription()

Returns:
Return type:str

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

Setter Method

Signature ReturnDescription(value)

Parameters:value (str) –

IsDynamic

RuleManagerFunctionInformation_Struct.IsDynamic

TRUE for dynamic methods -------------------------------------

Getter Method Signature IsDynamic()

Returns:
Return type:bool

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

Setter Method

Signature IsDynamic(value)

Parameters:value (bool) –

DesignLogic

RuleManagerFunctionInformation_Struct.DesignLogic

TRUE if usable in Design Logic -------------------------------------

Getter Method Signature DesignLogic()

Returns:
Return type:bool

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

Setter Method

Signature DesignLogic(value)

Parameters:value (bool) –

SeeAlso

RuleManagerFunctionInformation_Struct.SeeAlso

Other related functions, comma-separated list -------------------------------------

Getter Method Signature SeeAlso()

Returns:
Return type:str

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

Setter Method

Signature SeeAlso(value)

Parameters:value (str) –