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 |
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
ClassName |
String |
The name of the class that contains the |
|
EnterTimerValue |
Decimal |
The timer value (in seconds) of the entry |
|
ExitTimerValue |
Decimal |
The timer value (in seconds) of the exit |
|
IsEvent |
Boolean |
True if the routine |
|
LibraryName |
String |
The name of the library that contains |
|
Name |
String |
The name of the routine including the |
|
ObjectID |
UnsignedLong |
The internal ID for the object on which |
|
ParentNode |
TraceTreeNode |
The parent of this node. |
Functions
|
TraceTreeRoutine function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the object. |
|
|
ErrorReturn (enumerated) |
Provides a list of the children (defined |
|
|
Integer |
Creates a reference to a context-specific |
|
|
PowerObject |
Returns a reference to the name of the |
|
|
Object (enumerated) |
Returns the type of the object. |