private InvSelectSet(Inventor.SelectSet invSelectSet) { InternalSelectSet = invSelectSet; }
public static InvSelectSet ByInvSelectSet(Inventor.SelectSet invSelectSet) { return(new InvSelectSet(invSelectSet)); }