Adds a CAD image from the specified file to the CAD drawing that owns this external reference.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function AddCADImage( _ ByVal AFilePath As String _ ) As Boolean |
Parameters
-
AFilePath
-
Type: string
A string containing a full path to the referenced file.
Return Value
true if a CAD image from the referenced file has been added successfully; otherwise,
false.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also