Share

ICadDrawingSheet.TitleBlock Property

Gets or sets the name of the drawing resource that is used to create the title block for the sheet. When this value is set, the name must be found in the drawing resources of the current drawing, or in the ResourceFileName drawing (if it is specified).

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property TitleBlock As String
	Get
	Set

C#

string TitleBlock { get; set; }

Property Value

Type: String
The name of the title block resource.

See Also

Reference

Was this information helpful?