DIAdem Help

Property: Block for FixedWidthChannelFormatter

  • Updated2024-09-12
  • 1 minute(s) read

Property: Block for FixedWidthChannelFormatter

Contains the parent object for a FixedWidthChannelFormatter object.

Set oFixedWidthBlock = Object.Block
ObjectFixedWidthChannelFormatter
Object with this property
oFixedWidthBlockFixedWidthBlock
Returned object

If the channel is associated with a FixedWidthBlock type, the following example changes the number of characters read from the text file per channel value:

If oMyChn.Formatter.Block.IsKindOf(eFixedWidthBlock) Then
  oMyChn.Formatter.CharacterCount = 4
End If