AnnInsert method (ILEADRasterAnnotation)
short AnnInsert(long hContainer, long hObject, VARIANT_BOOL bStripContainer); | |
Overview |
Refer to Implementing Annotations. |
Remarks
Inserts the specified annotation object into the specified container.
If hObject is a single annotation object, set bStripContainer to FALSE. That way the object itself is inserted.
If hObject is a container, setting bStripContainer to TRUE will insert only the objects within the container, not the container itself.
If hObject is a container, setting bStripContainer to FALSE will insert the container and all objects within the container.
See Also