Leadtools.Annotations Namespace > AnnAutomation Class : DetachContainer Method |
public AnnContainer DetachContainer()
'Declaration Public Function DetachContainer() As AnnContainer
'Usage Dim instance As AnnAutomation Dim value As AnnContainer value = instance.DetachContainer()
public: AnnContainer^ DetachContainer();
You can use AttachContainer and DetachContainer to associated an AnnAutomationObject with a certain AnnContainer.
Note that when you detach the container from the AnnAutomationObject object, this object becomes unusable till you attach another container (or the same one) back into it through AttachContainer