FileReference Constructor
Creates a new instance of a FileReference object
Syntax
public FileReference(
System.string refId,
FilePathAbsolute path,
System.string sourceTag
)Public Function New( _
ByVal refId As System.String, _
ByVal path As FilePathAbsolute, _
Optional ByVal sourceTag As System.String _
)Parameters
| Name | Description |
|---|---|
| refId | An id which uniquely identifies the reference within the source file |
| path | The physical location of the file that is referenced |
| sourceTag | An optional value which identifies the application that owns the reference. For example, a DWG file can have references written by Inventor and other references written by Autocad |