#include "ltwrappr.h"
static LAnnotation * LAnnotation::CreateAnnObject(hAnnObject)
HANNOBJECT hAnnObject; |
handle of the annotation object |
Creates an annotation class object of the specified type. You can use this static function to get a proper annotation class object that is compatible and of the same type as the passed annotation handle.
Parameter |
Description |
hAnnObject |
Handle of the annotation object. |
A pointer to the created annotation class object.
The passed annotation handle will be associated with the created annotation class object. You can get the type of the returned object by calling LAnnotation::GetType. Then you can cast the returned pointer to the correct type.
You are responsible for deleting the created object.
Required DLLs and Libraries
LTANN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
For an example, refer to LAnnotation::CutToClipboard.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET