Click or drag to resize

IBitmapManagerHasResource Method

Checks whether a given resource ID exists.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
bool HasResource(
	int resourceID
)

Parameters

resourceID  Int32
The resource ID.

Return Value

Boolean
True if exists.
See Also