IGeometryResourceDownloader Interface

A callback interface that allows downloading of resources required for geometry.

Members

Name Description
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.