ICadDrawingSheetSetBorder Method |
Sets the name of the drawing resource that is used to create the border 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 SetBorder (
borderName As String,
ParamArray promptedEntries As String()
)
void SetBorder(
string borderName,
params string[] promptedEntries
)
Parameters
- borderName
- Type: SystemString
The name of the border resource. - promptedEntries
- Type: SystemString
A list of values for the prompted entries.
See Also