Table of Contents

Enum JobPayloadFormat_advanced_conversionMethod

Namespace
Autodesk.ModelDerivative.Models
Assembly
Autodesk.ModelDerivative.dll

Specifies what IFC loader to use during translation. Available options are:- legacy - Use the Navisworks IFC loader.- modern - Use the Revit IFC loader (recommended over the legacy option).- v3 - Use the newer Revit IFC loader (recommended over the older modern option)If both switchLoader and conversionMethod are specified, Model Derivative uses the conversionMethod parameter. If conversionMethod is not specified, Model Derivative uses the switchLoader parameter.

public enum JobPayloadFormat_advanced_conversionMethod

Fields

[EnumMember(Value = "legacy")] Legacy = 0
[EnumMember(Value = "modern")] Modern = 1
[EnumMember(Value = "v3")] V3 = 2