SegmentListSegments Property |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<SegmentDefinition> Segments { get; }
Public ReadOnly Property Segments As IList(Of SegmentDefinition)
Get
public:
property IList<SegmentDefinition^>^ Segments {
IList<SegmentDefinition^>^ get ();
}
member Segments : IList<SegmentDefinition> with get
Property Value
Type:
IListSegmentDefinitionSee Also