InitialStateSegmentConfiguration Constructor (ITimeBasedState) | 
 
            Initialize a new instance.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic InitialStateSegmentConfiguration(
	ITimeBasedState state
)
Public Sub New ( 
	state As ITimeBasedState
)
public:
InitialStateSegmentConfiguration(
	ITimeBasedState^ state
)
new : 
        state : ITimeBasedState -> InitialStateSegmentConfigurationParameters
- state
 - Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state that may be modified by an operator. 
See Also