AXMImportOptionsImportLevels Property |
Indicate if levels are to be imported.
False by default.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool ImportLevels { get; set; }
Public Property ImportLevels As Boolean
Get
Set
public:
property bool ImportLevels {
bool get ();
void set (bool value);
}
member ImportLevels : bool with get, set
Property Value
Boolean
See Also