SegmentListPropagatorSegments Property |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<SegmentPropagator> Segments { get; }
Public ReadOnly Property Segments As IList(Of SegmentPropagator)
Get
public:
property IList<SegmentPropagator^>^ Segments {
IList<SegmentPropagator^>^ get ();
}
member Segments : IList<SegmentPropagator> with get
Property Value
Type:
IListSegmentPropagator
See Also