ICadDrawingSheet.SetTitleBlock 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
SyntaxSub SetTitleBlock (
titleBlockName As String,
ParamArray promptedEntries As String()
)
void SetTitleBlock(
string titleBlockName,
params string[] promptedEntries
)
Parameters
- titleBlockName
- Type: System.String
The name of the title block resource. - promptedEntries
- Type:System.String()
A list of values for the prompted entries.
See Also