TraceTreeRoutine object
The TraceTreeRoutine object provides information about a tree model
node identified as an occurrence of a routine. To access the extra
properties of the TraceTreeRoutine object, you assign a TraceTreeNode
object whose activity type is ActRoutine! to the TraceTreeRoutine
object.
The TraceTreeRoutine object has no events.
Properties
TraceTreeRoutine property |
Datatype |
Description |
---|---|---|
ActivityType |
TraceActivity (enumerated) |
The value ActRoutine! which identifies the activity |
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
ClassName |
String |
The name of the class that contains the routine. |
EnterTimerValue |
Decimal |
The timer value (in seconds) of the entry for this |
ExitTimerValue |
Decimal |
The timer value (in seconds) of the exit for this |
IsEvent |
Boolean |
True if the routine is an event and false if the |
LibraryName |
String |
The name of the library that contains the class |
Name |
String |
The name of the routine including the argument |
ObjectID |
UnsignedLong |
The internal ID for the object on which the routine |
ParentNode |
TraceTreeNode |
The parent of this node. |
Functions
TraceTreeRoutine function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the |
|
ErrorReturn (enumerated) |
Provides a list of the children (defined as |
|
Integer |
Creates a reference to a context-specific instance |
|
PowerObject |
Returns a reference to the name of the parent |
|
Object (enumerated) |
Returns the type of the object. |