<< Click to Display Table of Contents >> Navigation: »No topics above this level« TracePointDescriptionCollection.UpdateFormat Method |
Updates the datype and the type lenght info for the tracepoints
[Visual Basic]
<CLSCompliant(IsCompliant:=False)> _
Public Sub UpdateFormat( _
ByVal traceFormats As TracePointFormatCollection _
)
[C#]
[CLSCompliant(IsCompliant=False)]
public uint UpdateFormat(
TracePointFormatCollection traceFormats
);
traceFormats
The collection of trace point formats.
0xFFFFFFFF on success else the ID of the trace point definition which could not be updated.
TracePointDescriptionCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]