Sheet.BuildFormatBlock Method

Creates the format block.
Protected Function BuildFormatBlock( _ 
ByVal blockName As String, _ 
ByVal ents As IList(Of Entity), _ 
ByRef block As Block
) As BlockReference
This language is not supported or no code example is available.
protected BlockReference BuildFormatBlock( 
string blockName
IList<Entity> ents
out Block block 
)
This language is not supported or no code example is available.

Parameters

blockName
string

The block name.

ents
IList<Entity>

The collection of entities.

block
Block

The new block created.

Return Value

BlockReference

The new block reference.

.NET Framework

Supported in: 4.8

In this article

Definition