Gets or sets a path to the file containing a CAD image when this
CADBlock
represents an external reference.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property XrefPath() As String |
C#
|
public string XrefPath {get; set;} |
Property Value
A
string containing a path to the external CAD file.
Remarks
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also