InCanvasControlData(String, XYZ) Constructor |
Constructs an InCanvasControlData with specific values assigned.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic InCanvasControlData(
string imagePath,
XYZ position
)
Public Sub New (
imagePath As String,
position As XYZ
)
public:
InCanvasControlData(
String^ imagePath,
XYZ^ position
)
new :
imagePath : string *
position : XYZ -> InCanvasControlData
Parameters
- imagePath String
-
File path with the image to be used.
This must be an absolute path to a location on disk.
- position XYZ
-
The position to be used.
Exceptions
See Also