|
Anark Core SDK
|
Encapsulates the information provided upon the creation of a new annotation. More...
Public Member Functions | |
| SdkAnnotationInfo (SdkEntityHandle definitionHandle, SdkEntityHandle occurrenceHandle) | |
| Create new annotation info. | |
Properties | |
| SdkEntityHandle | DefinitionHandle [get] |
| A handle to the definition of the annotation. | |
| SdkEntityHandle | OccurrenceHandle [get] |
| A handle to the occurrence of the annotation. The SDK API always creates new annotations at the root level, so there is only one occurrence of any annotation created via the API. | |
Encapsulates the information provided upon the creation of a new annotation.
|
inline |
Create new annotation info.
| definitionHandle | Handle to the annotation definition. |
| occurrenceHandle | Handle to the annotation occurrence. |
|
get |
A handle to the definition of the annotation.
|
get |
A handle to the occurrence of the annotation. The SDK API always creates new annotations at the root level, so there is only one occurrence of any annotation created via the API.