public interface IParameterGroup
extends com4j.Com4jObject
| Modifier and Type | Method and Description | 
|---|---|
int | 
id()
 The ID of the group. 
 | 
IList | 
members()
 The list of the IParameterGroupMembers that belong to the group. 
 | 
Object | 
members(int index)  | 
String | 
name()
 The name of the group. 
 | 
IList members()
The list of the IParameterGroupMembers that belong to the group.
Object members(int index)
String name()
The name of the group.
int id()
The ID of the group.
Copyright © 2020. All rights reserved.