|
|
Downloads a remote URI to a local path.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public MustOverride Function GetFile ( _ uri As Uri, _ localPath As String, _ progress As Progress _ ) As Boolean |
| C# |
|---|
public abstract bool GetFile( Uri uri, string localPath, Progress progress ) |
| Visual C++ |
|---|
public: virtual bool GetFile( Uri^ uri, String^ localPath, Progress^ progress ) abstract |
Parameters
- uri
- Type: System..::..Uri
- localPath
- Type: System..::..String
- progress
- Type: Autodesk.Navisworks.Api..::..Progress
Remarks
This function is called to download an entire file to a given
local path.
If this operation could take a long time, you should use the
provided progress object to check to see if the operation has been
cancelled by the user.