ICadDrawingSheetSetTitleBlock Method |
Sets the name of the drawing resource that is used to create the title block for the sheet.
In addition, provide values for the prompted entries (text) required by the title block.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Sub SetTitleBlock (
titleBlockName As String,
ParamArray promptedEntries As String()
)
void SetTitleBlock(
string titleBlockName,
params string[] promptedEntries
)
Parameters
- titleBlockName
- Type: SystemString
The name of the title block resource. - promptedEntries
- Type: SystemString
A list of values for the prompted entries.
See Also