Click or drag to resize

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
Syntax
Sub SetBorder ( 
	borderName As String,
	ParamArray promptedEntries As String()
)

Parameters

borderName
Type: SystemString
The name of the border resource.
promptedEntries
Type: SystemString
A list of values for the prompted entries.
See Also