/// <inheritdoc cref="GetVersion(ISldWorks, out int, out int)"/> internal static SwVersion_e GetVersion(this ISldWorks app) { int sp; int spRev; return(app.GetVersion(out sp, out spRev)); }