IDfsFileBuilderAddCustomBlock Method (IDfsCustomBlock) |
Adds a custom block.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax void AddCustomBlock(
IDfsCustomBlock customBlock
)
Sub AddCustomBlock (
customBlock As IDfsCustomBlock
)
void AddCustomBlock(
IDfsCustomBlock^ customBlock
)
abstract AddCustomBlock :
customBlock : IDfsCustomBlock -> unit
Parameters
- customBlock
- Type: DHI.Generic.MikeZero.DFSIDfsCustomBlock
Remarks
You can create a new custom block by using the CreateCustomBlock
methods from
DfsFactory.
See Also