mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-06 05:01:35 +00:00
turn off RvtSamples external command class name test
This commit is contained in:
@@ -443,13 +443,13 @@ namespace RvtSamples
|
||||
string assembly = lines[i++].Trim();
|
||||
string className = lines[i++].Trim();
|
||||
|
||||
if (!File.Exists(assembly)) // jeremy
|
||||
if (!File.Exists(assembly)) // jeremy
|
||||
{
|
||||
ErrorMsg(string.Format("Assembly '{0}' specified in line {1} of {2} not found",
|
||||
assembly, i, m_fileNameStem));
|
||||
}
|
||||
|
||||
bool testClassName = false; // jeremy
|
||||
bool testClassName = false; // jeremy
|
||||
if (testClassName)
|
||||
{
|
||||
Debug.Print("RvtSamples: testing command {0} in assembly '{1}'.", className, assembly);
|
||||
|
||||
Reference in New Issue
Block a user