queryNextAvailableFileProperty Method

Query for the next available major id for a "file property" from this iModel.

queryNextAvailableFileProperty(prop: FilePropertyProps): number

@returns the next available (that is, an unused) id for prop. If none are present, will return 0.

Parameter Type Description
prop FilePropertyProps the FilePropertyProps that describes the property

Returns - number

the next available (that is, an unused) id for prop. If none are present, will return 0.

Defined in

Last Updated: 16 April, 2024