hasProperty

abstract fun hasProperty(batchId: Int, name: String): Boolean(source)

Returns whether the feature has this property.

Return

true if the feature has this property; otherwise, false.

Parameters

batchId

The batchId for the feature.

name

The case-sensitive name of the property.

See also