Share

ICadDrawingSheet.SetBorder 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: 29.0

Syntax

VB

Sub SetBorder ( 
	borderName As String,
	ParamArray promptedEntries As String()
)

C#

void SetBorder(
	string borderName,
	params string[] promptedEntries
)

Parameters

borderName
Type: System.String
The name of the border resource.
promptedEntries
Type:  System.String[]
A list of values for the prompted entries.

See Also

Reference

Was this information helpful?