STEPExportOptions
The export options used by exporting STEP format file.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.BIMExportOptions
Autodesk.Revit.DB.STEPExportOptions
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class STEPExportOptions : BIMExportOptions
The STEPExportOptions type exposes the following members.
Constructors
Name
Description
Public Method
STEPExportOptions
Constructs a new instance of STEPExportOptions with default values of all properties.
Properties
Name
Description
Public Property
ApplicationProtocol
The Application Protocol of the exported STEP file.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from BIMExportOptions)
Public Property
TargetUnit
The unit type of geometry in the resultant STEP file. Default value is ExportUnit::Default.
Public Property
ViewId
The element id of the 3D view to export. InvalidElementId by default.
(Inherited from BIMExportOptions)
Methods
Name
Description
Public Method
Dispose
(Inherited from BIMExportOptions)
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)