getFeature

open fun <F : StructureFeature> getFeature(type: KClass<out F>): F?

Feature is some additional strucure information which allows to access it special properties or hints. If the feature is not present, null is returned.