HMIN_filelocator_getfound()

Determines if an entity is present within the given file.

Syntax

int HMIN_filelocator_getfound(void * filelocatorptr, int filelocator);

Type

HyperMesh hminlib Function

Description

Determines if an entity is present within the given file.

Inputs

filelocatorptr
The pointer to the block of file locators.
filelocator
The index into the block of file locators.

Example

1, if the entity is found.

0, if the entity is not found.

Errors

None.