IAssetFactoryGetAssetByID Method
|
Retrieves a
Asset by its unique id
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IAsset GetAssetByID(
string Id
)
Function GetAssetByID (
Id As String
) As IAsset
IAsset^ GetAssetByID(
String^ Id
)
abstract GetAssetByID :
Id : string -> IAsset
Parameters
- Id
- Type: SystemString
Asset Id
Return Value
Type:
IAssetAsset with matching id, or null if the Asset doesn't exist
See Also