I have a sketch in a model that contains lines for the location of section views in a drawing document. I have some code that for every sketch segment it creates a copy of the current sheet. I then need to edit the section line and move it colinear to the next sketch segment. I'm able to get the section line using sectLinesArr=swView.GetSectionLines. I then set sectVar=sectLinesArr(0) where sectVar is a variant. I'm using a variant because I don't know what data type sectVar is. What is this data type and how do I edit it so I can delete any constraints it has so I can add new constraints to it? I've been trying to look in the API help and Google but I can't seem to find a method for this.