SegmentListConfigurationSetSegmentConfiguration Method |
Stores the configuration of the
segment. When attempting to add the
segment that happens to be stored in a nested
SegmentList, this
method will drill down to the
SegmentListConfiguration of the
segment
immediate parent
SegmentList.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void SetSegmentConfiguration(
SegmentDefinition segment,
SegmentConfiguration configuration
)
Public Sub SetSegmentConfiguration (
segment As SegmentDefinition,
configuration As SegmentConfiguration
)
public:
void SetSegmentConfiguration(
SegmentDefinition^ segment,
SegmentConfiguration^ configuration
)
member SetSegmentConfiguration :
segment : SegmentDefinition *
configuration : SegmentConfiguration -> unit
Parameters
- segment
- Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The segment whose configuration we are storing. - configuration
- Type: AGI.Foundation.SegmentPropagationSegmentConfiguration
The configuration of the segment.
See Also