Interface IGroup
Defines a group of reinforcement.
See Glossary
Namespace: Oasys.AdSec.Reinforcement.Groups
Assembly: AdSec_API_IDL.dll
Syntax
public interface IGroup
Remarks
An abstract base class of all reinforcement group types.
Methods
Validate()
Checks that the definition of the group is consistent. A group must be valid for its containing section to be analysed.
Declaration
IList<IWarning> Validate()
Returns
Type | Description |
---|---|
IList<IWarning> | Warnings observed from the reinforcement group definition. |