All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

TCPTraceActivity (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Activity
            |
            +---TCPTraceActivity
 


Interface representing TCPTraceActivity.

Role: This interface is used to work with TCPTraceActivity which consists of a various attributes.

Method Index

GetLineColor
Indicates the line Color property of trace.
GetLineThickness
Indicates the line thickness property of trace.
GetLineType
Indicates the line type property of trace.
GetTCPTraceMode
Indicates if the tracing capability is active or not.
SetLineColor
Indicates the line Color property of trace.
SetLineThickness
Indicates the line thickness property of trace.
SetLineType
Indicates the line type property of trace.
SetTCPTraceMode
Set the tracing capability as active or not.

Methods


o Sub GetLineColor(long oR,
long oG,
long oB)
Indicates the line Color property of trace.
Parameters:
oR,oG,oB
long. Get the line Color property defined in the trace activity(R,G,B values).
o Func GetLineThickness() As long
Indicates the line thickness property of trace.
Parameters:
oThickness
long. Get the line thickness property defined in the trace activity.
o Func GetLineType() As long
Indicates the line type property of trace.
Parameters:
oType
long. Get the line type property defined in the trace activity.
o Func GetTCPTraceMode() As boolean
Indicates if the tracing capability is active or not.
  • True: tracing capability activated
  • False: tracing capability deactivated
Parameters:
oTCPTraceMode
Boolean. Indicates if the tracing capability is active or not.
o Sub SetLineColor(long iR,
long iG,
long iB)
Indicates the line Color property of trace.
Parameters:
iR,iG,iB
long. Set the line Color property for the trace activity(R,G,B values).
o Sub SetLineThickness(long iThickness)
Indicates the line thickness property of trace.
Parameters:
iThickness
long. Set the line thickness property for the trace activity.
o Sub SetLineType(long iType)
Indicates the line type property of trace.
Parameters:
iType
long. Set the line type property for the trace.
o Sub SetTCPTraceMode(boolean iTCPTraceMode)
Set the tracing capability as active or not.
  • True: tracing capability activated
  • False: tracing capability deactivated
Parameters:
iTCPTraceMode
Boolean. Value to set.

Copyright © 2003, Dassault Systèmes. All rights reserved.