Share

ICadDrawing.ResourceFileName Property

Gets or sets a path with filename that specifies the name of another drawing from which to pull title block and border definitions for the sheet TitleBlock and Border functions. This can be a relative or absolute path.

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

Syntax

VB

Property ResourceFileName As String
	Get
	Set

C#

string ResourceFileName { get; set; }

Return Value

Type: String
The name of the resource file drawing file.

See Also

Reference

Was this information helpful?