2027 Class
Changes 5
C

STEPExportOptions

Description:
The export options used by exporting STEP format file.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.BIMExportOptions
    Autodesk.Revit.DB.STEPExportOptions
Name Return Type Description Inherited From
C STEPExportOptions() None Constructs a new instance of STEPExportOptions with default values of all properties.
Name Return Type Description Inherited From
M Dispose() None (Inherited from BIMExportOptions ) BIMExportOptions
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P ApplicationProtocol STEPApplicationProtocol The Application Protocol of the exported STEP file.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from BIMExportOptions ) BIMExportOptions
P TargetUnit ExportUnit The unit type of geometry in the resultant STEP file. Default value is ExportUnit::Default.
P ViewId ElementId The element id of the 3D view to export. InvalidElementId by default. (Inherited from BIMExportOptions ) BIMExportOptions