A callback interface that allows downloading of resources required for geometry.
Members
| Name | Description | |
|---|---|---|
|  | DownloadResources | Downloads each remoteURLs[i] and saves it under fileNames[i] into the destinationFolder. | 
IGeometryResourceDownloader.DownloadResources Method
Downloads each remoteURLs[i] and saves it under fileNames[i] into the destinationFolder.
Public Sub DownloadResources ( _
    ByVal remoteURLs As IStringArray, _
    ByVal fileNames As IStringArray, _
    ByVal destinationFolder As String _
)
public void DownloadResources (
    IStringArray remoteURLs,
    IStringArray fileNames,
    string destinationFolder
);
Classes that implement IGeometryResourceDownloader
| Classes | Description | 
|---|