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: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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:
SegmentDefinition
See Also