(Leadtools.Annotations.Automation)

NextNumber Property

Show in webframe




Gets or sets the next number used when creating labels for this AnnAutomationObject
Syntax
public virtual int NextNumber {get; set;}
public virtual int NextNumber {get; set;}
@property (nonatomic,assign) int nextNumber;
public int getNextNumber()
public void setNextNumber(int value)
            
 
get_NextNumber();
set_NextNumber(value);
Object.defineProperty('NextNumber');

Property Value

The next number used when creating labels for this AnnAutomationObject. Default value is 1.
Remarks

When the automation object creates new object from this template. It can use the values of NextNumber and LabelTemplate to automatically create a label and set its value for the new object.

If the value of LabelTemplate is null (The default value), then the automation object will not try to create a new label as follows:

Requirements

Target Platforms

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.