#include "ltwrappr.h"
virtual L_INT LAnnotation::GetRestrictToContainer(pbRestrict)
L_BOOL * pbRestrict; |
pointer to a variable |
Determines whether the annotation object is restricted to the container.
Parameter | Description | |
pbRestrict | Pointer to a boolean value that specifies whether to restrict the object to the container. Possible values are: | |
Value | Meaning | |
TRUE | Restrict the object to the container. | |
FALSE | Do not restrict the object to the container. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Determines whether one or more annotation objects is restricted to the container.. If an object is restricted to the container, then no part of that object can be moved outside of the container using automation.
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::SetRestrictToContainer.
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