SwitchableSegmentAlternateSegment Property |
Gets or sets the alternate segment. By default, this is the segment that will
be propagated and then swapped out. The results will be in the defined-in's (ReferenceFrame, Axes)
of the
PrimarySegment.
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 AlternateSegment { get; set; }
Public Property AlternateSegment As SegmentDefinition
Get
Set
public:
property SegmentDefinition^ AlternateSegment {
SegmentDefinition^ get ();
void set (SegmentDefinition^ value);
}
member AlternateSegment : SegmentDefinition with get, set
Property Value
Type:
SegmentDefinitionSee Also