Responder Developer Guide
Count Property (ProgramGroup)


Gets or sets the number of program instances that should be maintained by the group.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property Count As Integer
'Usage
 
Dim instance As ProgramGroup
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
[XmlAttribute()]
public int Count {get; set;}
Remarks
The behavior of the setter is slightly different depending on whether the group is "Running" or not. In either case, the count will be changed. However, if "Running" is true, then the number of running instances of the program will be changed - this will either cause instances to be started or stopped to reach the property count.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ProgramGroup Class
ProgramGroup Members

 

 


Send Comment