Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Returns all attached annotations.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Returns a list of attached annotations. (Inherited from IModelAnnotationHolder.)
Returns all attached annotations that implement the given type and have the identifier as their name. (Inherited from IModelAnnotationHolder.)
GetAnnotations<TType>(ModelStore.Identifier)
Returns all attached annotations that implement the given type and have the identifier as their name. (Inherited from IModelAnnotationHolder.)
GetAnnotations(ModelStore.Identifier)
Returns a list of attached annotations that are named with the given identifier. (Inherited from IModelAnnotationHolder.)
Returns a list of attached annotations that implement the given type. (Inherited from IModelAnnotationHolder.)
GetAnnotations(ModelStore.Identifier, Type)
Returns a list of attached annotations that implement the given type and have the identifier as their name. (Inherited from IModelAnnotationHolder.)
Top