Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just got into PowerInspect development
As shown below
I want to automatically create a user-defined Alignment
Then create a Translation with default values
Now I don't know how to write my code next, can anyone help me?
Here is my current code snippet
power_inspect.Documents.Add();
ISequenceItem newAlignment = active_document.SequenceItems.AddAlignment(PWI_AlignmentType.pwi_alg_UserDefined);
newAlignment.Name = "G54";
Thanks!
Solved! Go to Solution.