getFeature
open fun <F : StructureFeature> getFeature(structure: StructureND<T>, type: KClass<out F>): F?
Content copied to clipboard
Get a feature of the structure in this scope. Structure features take precedence other context features.
Return
a feature object or null
if it isn't present.
Parameters
Sources
common source
Link copied to clipboard