Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

select multiple alignments

j_cordero
Advocate

select multiple alignments

j_cordero
Advocate
Advocate

how to select multiple alignments:

 

PromptSelectionOptions???

0 Likes
Reply
Accepted solutions (1)
491 Views
1 Reply
Reply (1)

Jeff_M
Consultant
Consultant
Accepted solution
                    PromptSelectionOptions prOpts = new PromptSelectionOptions();
                    prOpts.MessageForAdding = "\nSelect alignments:";
                    prOpts.MessageForRemoval = "\nRemove alignments:";
                    TypedValue[] filter = new TypedValue[1];
                    filter[0] = new TypedValue(0, "AECC_ALIGNMENT");
                    SelectionFilter ssFilter = new SelectionFilter(filter);
                    var selectAlignmentsResult = ed.GetSelection(prOpts, ssFilter);
Jeff_M, also a frequent Swamper
EESignature
0 Likes