ResourceCallbackArgs.resourceType Property¶
Module: ResourceCallbackArgs
Type: ResourceType
Definition¶
The resource type corresponding to the uri.
resource_type: ResourceType
Exceptions
An error has occurred during Bioseal Library execution.
ResourceType get resourceType => getResourceType();
Exceptions
An error has occurred during Bioseal Library execution.
public ResourceType resourceType
{
get => GetresourceType();
}
Exceptions
An error has occurred during Bioseal Library execution.
public ResourceType getResourceType() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var resourceType: ResourceType
get {
return try! getResourceType()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealResourceCallbackArgs_GetResourceType (ID3_BIOSEAL_RESOURCE_CALLBACK_ARGS hResourceCallbackArgs, id3BiosealResourceType * eResourceType)
Returns