SwitchableSegmentPrimarySegment Property |
Gets or sets the primary segment. For all cases where there is ambiguity
between what settings the
SwitchableSegment will use,
this segment may be assumed to contain those settings.
For example, the final states generated by the overall SwitchableSegment
will be in the defined-in objects (ReferenceFrame, Axes...) of this segment.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SegmentDefinition PrimarySegment { get; set; }
Public Property PrimarySegment As SegmentDefinition
Get
Set
public:
property SegmentDefinition^ PrimarySegment {
SegmentDefinition^ get ();
void set (SegmentDefinition^ value);
}
member PrimarySegment : SegmentDefinition with get, set
Property Value
Type:
SegmentDefinitionSee Also