getViewAnnotationOptionsByFeatureId

abstract fun getViewAnnotationOptionsByFeatureId(featureId: String): ViewAnnotationOptions?

Find ViewAnnotationOptions of view annotation by feature id if it was specified as part of ViewAnnotationOptions.associatedFeatureId.

Return

ViewAnnotationOptions if view annotation was found and NULL otherwise.