Sheet.CreateTitleBlock Method

Creates the title block of the drawing border starting from the bottom-right corner.
Protected Overridable Function CreateTitleBlock( _ 
ByVal borderWidth As Double, _ 
ByVal color As Color, _ 
Optional ByVal lineWeight As Single = .15f _ 
) As Entity()
This language is not supported or no code example is available.
protected virtual Entity[] CreateTitleBlock( 
double borderWidth
Color color
float lineWeight = .15f 
)
This language is not supported or no code example is available.

Parameters

borderWidth
double

Width of the border.

color
Color

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

lineWeight
float

The line weight.

Return Value

Entity[]

.NET Framework

Supported in: 4.8

In this article

Definition