mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-23 03:59:55 +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 assembly = lines[i++].Trim();
|
||||||
string className = 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",
|
ErrorMsg(string.Format("Assembly '{0}' specified in line {1} of {2} not found",
|
||||||
assembly, i, m_fileNameStem));
|
assembly, i, m_fileNameStem));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool testClassName = false; // jeremy
|
bool testClassName = false; // jeremy
|
||||||
if (testClassName)
|
if (testClassName)
|
||||||
{
|
{
|
||||||
Debug.Print("RvtSamples: testing command {0} in assembly '{1}'.", className, assembly);
|
Debug.Print("RvtSamples: testing command {0} in assembly '{1}'.", className, assembly);
|
||||||
|
|||||||
Reference in New Issue
Block a user