Click or drag to resize

PhotoshopResourceCollectionLookupResource Method

Gets a PhotoshopResource from an ID.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PhotoshopResource LookupResource(
	int id
)

Parameters

id
Type: SystemInt32
The PhotoshopResource ID to look for.

Return Value

Type: PhotoshopResource
A PhotoshopResource that matches the specified ID.
Remarks
Returns null (Nothing in VB) if a resource of the specified ID doesn't exist.
See Also