Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : SaveAlign Method
ID string of the alignment to save.
File in which to save the alignment.
SaveAlign Method
Description
Creates a Save Alignment Command
Syntax
Visual Basic
Public Sub SaveAlign( _
   ByVal AlignID As String, _
   ByVal fname As String _
) 
Parameters
AlignID
ID string of the alignment to save.
fname
File in which to save the alignment.
See Also