getPropertyIds

fun getPropertyIds(results: ReadonlyArray<String>? = definedExternally): ReadonlyArray<String>(source)

Returns an array of property IDs for the feature. This includes properties from this feature's class and inherited classes when using a batch table hierarchy.

Return

The IDs of the feature's properties.

Parameters

results

An array into which to store the results.

See also