mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-20 04:03:44 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -98,8 +98,8 @@
|
||||
</Target>
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.pl"
|
||||
if exist %25FILEFORSAMPLEREG%25 perl %25FILEFORSAMPLEREG%25 $(ProjectExt) "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
|
||||
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.py"
|
||||
if exist %25FILEFORSAMPLEREG%25 py -3 %25FILEFORSAMPLEREG%25 "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
||||
|
||||
@@ -187,7 +187,7 @@ namespace Revit.SDK.Samples.ReferencePlane.CS
|
||||
else
|
||||
{
|
||||
row = m_referencePlanes.NewRow();
|
||||
row["ID"] = refPlane.Id.IntegerValue;
|
||||
row["ID"] = refPlane.Id.Value;
|
||||
row["BubbleEnd"] = Format(refPlane.BubbleEnd);
|
||||
row["FreeEnd"] = Format(refPlane.FreeEnd);
|
||||
row["Normal"] = Format(refPlane.Normal);
|
||||
|
||||
Reference in New Issue
Block a user