Anark Core SDK
Loading...
Searching...
No Matches
Anark.CoreSdkApi.Entities.SdkAnnotationInfo Class Reference

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.

Detailed Description

Encapsulates the information provided upon the creation of a new annotation.

Constructor & Destructor Documentation

◆ SdkAnnotationInfo()

Anark.CoreSdkApi.Entities.SdkAnnotationInfo.SdkAnnotationInfo ( SdkEntityHandle definitionHandle,
SdkEntityHandle occurrenceHandle )
inline

Create new annotation info.

Parameters
definitionHandleHandle to the annotation definition.
occurrenceHandleHandle to the annotation occurrence.

Property Documentation

◆ DefinitionHandle

SdkEntityHandle Anark.CoreSdkApi.Entities.SdkAnnotationInfo.DefinitionHandle
get

A handle to the definition of the annotation.

◆ OccurrenceHandle

SdkEntityHandle Anark.CoreSdkApi.Entities.SdkAnnotationInfo.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.