InCanvasControlData Constructor (String)


Constructs an InCanvasControlData with specific values assigned.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2022

Syntax

C#
public InCanvasControlData(
	string imagePath
)
Visual Basic
Public Sub New ( _
	imagePath As String _
)
Visual C++
public:
InCanvasControlData(
	String^ imagePath
)

Parameters

imagePath
Type: SystemString
File path with the image to be used. This must be an absolute path to a location on disk.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException The file format specified by imagePath is an unsupported format - only *.bmp files are supported. -or- The file path specified by imagePath is not absolute.
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null
Autodesk.Revit.ExceptionsFileArgumentNotFoundException The file specified by imagePath doesn't exist.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →