AddScopeFeature
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Adds a ScopeFeature object to the ScopePattern object. This function copies the input feature object to the internal container and supports chained calls.
Prototype
1 | ScopePattern &AddScopeFeature(ScopeFeature feature); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
feature |
Input |
ScopeFeature object |
Returns
Parameter |
Description |
|---|---|
- |
Reference to the current object |
Restrictions
None
Parent topic: Class ScopePattern