Click or drag to resize

IAssetFactory Interface

Represents the map object, that is used to retrieve Assets

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface IAssetFactory

The IAssetFactory type exposes the following members.

Methods
  NameDescription
Public methodGetAssetByID
Retrieves a Asset by its unique id
Public methodGetAssetByPath
Retrieves a Asset by its path
Public methodGetAssetsByExternalUrl
Retrieves a collection of external Asset items by their external Url.
Top
See Also