AssetDepBook::existAssetGroupId_IN Method
Checks whether a specified asset exists.
Syntax
client server public static boolean existAssetGroupId_IN(AssetGroupId _assetGroupId, AssetId _assetId)
Run On
Called
Parameters
- _assetGroupId
Type: AssetGroupId Extended Data Type
The asset group ID to check.
- _assetId
Type: AssetId Extended Data Type
The asset ID to check.
Return Value
Type: boolean
true if the asset exists; otherwise, false.