Sets the Leadtools.Annotations.Core object which represents the annotation container.
public void SetAnnotationContainer(
AnnContainer annContainer,
int subCellIndex
)
Public Overloads Sub SetAnnotationContainer( _
ByVal annContainer As Leadtools.Annotations.Core.AnnContainer, _
ByVal subCellIndex As Integer _
)
public:
void SetAnnotationContainer(
Leadtools.Annotations.Core.AnnContainer^ annContainer,
int subCellIndex
)
annContainer
Leadtools.Annotations.Core object which represents the annotation container to set.
subCellIndex
The sub-cell zero-based index value which to set the annotation container into.
For an example, refer to GetAnnotationContainer(int32)
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