| Revit 2023 API |
| AXMImportOptions..::..ImportLevels Property |
| AXMImportOptions Class See Also |
Indicate if levels are to be imported.
False by default.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022.1
Syntax
| C# |
|---|
public bool ImportLevels { get; set; } |
| Visual Basic |
|---|
Public Property ImportLevels As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ImportLevels { bool get (); void set (bool value); } |