Click or drag to resize

DfsBuilderAddCustomBlock Method

Overload List
  NameDescription
Public methodAddCustomBlock(IDfsCustomBlock)
Adds a custom block.
Public methodAddCustomBlock(String, Array)
Adds a custom block containing the array data.

The type of arrayData must be an array of type equivalent to one of the supported DfsSimpleType, e.g. int[].

Public methodAddCustomBlock(String, Byte)
Add a custom block containing byte data.
Public methodAddCustomBlock(String, Double)
Add a custom block containing double data.
Public methodAddCustomBlock(String, Int16)
Add a custom block containing short data.
Public methodAddCustomBlock(String, Int32)
Add a custom block containing int data.
Public methodAddCustomBlock(String, Single)
Add a custom block containing float data.
Public methodAddCustomBlock(String, UInt16)
Add a custom block containing ushort data.
Public methodAddCustomBlock(String, UInt32)
Add a custom block containing uint data.
Top
See Also