public int GetNumber(EProfileType type) { throw new NotImplementedException(); }
public IFrameBase GetFrame(EProfileType type, bool start_from_parent) { throw new NotImplementedException(); }
public string[] GetElementsList(EProfileType type, EElementsFilter filter) { throw new NotImplementedException(); }
public IFrameBase GetFrame(EProfileType type) { throw new NotImplementedException(); }
public IEnumerable <IPart> FindParts(EProfileType type, bool include_bars, bool include_opt_profs) { throw new NotImplementedException(); }