LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Temporary Property






Gets or sets a value that indicates whether this AnnGroupObject object is a temporary group.
Syntax
public virtual bool Temporary {get; set;}
'Declaration
 
Public Overridable Property Temporary As Boolean
'Usage
 
Dim instance As AnnGroupObject
Dim value As Boolean
 
instance.Temporary = value
 
value = instance.Temporary
public virtual bool Temporary {get; set;}
 get_Temporary();
set_Temporary(value);
public:
virtual property bool Temporary {
   bool get();
   void set (    bool value);
}

Property Value

true if this AnnGroupObject object is a temporary group; false otherwise.
Remarks
The automation mode makes extensive use of temporary group objects when multiple objects are selected but not grouped permanently. This property is intended for use by the annotation framework and should not be called directly by the user.

For more information about grouping and ungrouping, refer to Grouping and Ungrouping Annotation Objects.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.