Share

ICadDrawingSheet.Border Property

Gets or sets the name of the drawing resource that is used to create the border for the sheet. When this value is set, the name must be found in the drawing resources of the current drawing, or in the ResourceFileName drawing (if it is specified).

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property Border As String
	Get
	Set

C#

string Border { get; set; }

Property Value

Type: String
The name of the title block resource.

See Also

Reference

Was this information helpful?