Indexes   

TCPTraceActivity (Object)

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( oR,
oG,
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
Indicates the line thickness property of trace.
Parameters:
oThickness
long. Get the line thickness property defined in the trace activity.
o Func GetLineType() As
Indicates the line type property of trace.
Parameters:
oType
long. Get the line type property defined in the trace activity.
o Func GetTCPTraceMode() As
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( iR,
iG,
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( iThickness)
Indicates the line thickness property of trace.
Parameters:
iThickness
long. Set the line thickness property for the trace activity.
o Sub SetLineType( iType)
Indicates the line type property of trace.
Parameters:
iType
long. Set the line type property for the trace.
o Sub SetTCPTraceMode( iTCPTraceMode)
Set the tracing capability as active or not.
  • True: tracing capability activated
  • False: tracing capability deactivated
Parameters:
iTCPTraceMode
Boolean. Value to set.

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