1
General Board / Re: FInd all elements of type Issue
« on: November 12, 2021, 02:18:22 am »
Copied and pasted into new model search's SQL editor - still get the same
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
private string getGenerationPath(EA.Repository Repository, string className)
{
XmlDocument results = new XmlDocument();
string sql = "SELECT File FROM t_files WHERE name = " + className;
string xml = Repository.SQLQuery("SELECT File FROM dbo.t_files WHERE name = Class1");
results.LoadXml(xml);
public class AddManualTrackEventArgs : EventArgs
{
///-------------------------------------------------------------------------------------------------
/// <summary> Altitude (metres AMSL). </summary>
///-------------------------------------------------------------------------------------------------
public GeoLocation m_location;
In this example the comment for m_location is not imported