GetProcessPointType
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the type of ProcessPoint.
Prototype
1 | ProcessPointType GetProcessPointType() const |
Parameters
None
Returns
Type of ProcessPoint. The type values are as follows:
1 2 3 4 5 6 7 | enum class ProcessPointType { FUNCTION = 0, GRAPH = 1, INNER = 2, FLOW_GRAPH = 3, INVALID = 4, }; |
Exception Handling
None
Constraints
None
Parent topic: Class ProcessPoint