←Select platform

Dispose Method

Summary

Releases the resources used by this AnnGroupObject object.

Syntax

C#
VB
C++
protected override void Dispose( 
   bool disposing 
) 
  
Protected Overloads Overrides Sub Dispose( _ 
   ByVal disposing As Boolean _ 
)  
protected: 
void Dispose(  
   bool disposing 
) override  

Parameters

disposing
true if this method was called as a result of calling Dispose(boolean); false if this method was called as a result of object finalization.

Remarks

The AnnGroupObject object will dispose of all the objects in the group. For more information, refer to AnnObject.Dispose. For more information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects (Deprecated).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly