Horje
UnitType parameter revit 2022 Code Example
UnitType parameter revit 2022
#if REVIT2022
            Units = Enum.GetName(typeof(Autodesk.Revit.DB.ForgeTypeId), param.Definition.GetDataType());
            #else
            Units = Enum.GetName(typeof(Autodesk.Revit.DB.UnitType), param.Definition.UnitType);
#endif




Csharp

Related
unity create Code Example unity create Code Example
unity get component in parent Code Example unity get component in parent Code Example
string extentions not working Code Example string extentions not working Code Example
c# list add and return Code Example c# list add and return Code Example
filter enum using linq query Code Example filter enum using linq query Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11