Sheet.BuildA2ISO Method

Creates the block for A2 ISO format and adds the related BlockReference to the Sheet Entities collection.
Public Function BuildA2ISO( _ 
ByRef block As Block, _ 
Optional ByVal blockName As String = null, _ 
Optional ByVal color As Nullable(Of Color) = null _ 
) As BlockReference
This language is not supported or no code example is available.
public BlockReference BuildA2ISO( 
out Block block
string blockName = null, 
Nullable<Color> color = null 
)
This language is not supported or no code example is available.

Parameters

block
Block

The new block created.

blockName
string

The block name.

color
Nullable<Color>

Border color. If null or empty, default color is black.

Return Value

BlockReference

The new block reference.

.NET Framework

Supported in: 4.8

In this article

Definition