QualifiedName

New to Analytica 7.1

QualifiedName( obj, nsContext )

Returns a textual namespace path that uniquely identifies «obj» from an expression in «nsContext». When «obj» is in context from «nsContext» and non-ambiguous, the result is just the identifier of «obj». If a namespace path is required to disambiguate, or due to being out of context (e.g., due to private scopes), then the result may be a namespace path such as "NS1::NS2::X". For a local object that is not in any global namespace, returns Null.

See also

Comments


You are not allowed to post comments.