Interface IBodyImporter
public interface IBodyImporter : IExchanger
Methods
bool DoImport(string fileName, out IEnumerable<Body> bodies)
fileNamestringbodiesIEnumerable<Body>
- Returns: bool
public interface IBodyImporter : IExchanger
bool DoImport(string fileName, out IEnumerable<Body> bodies)
fileName stringbodies IEnumerable<Body>