<Code Lib>
2022 Class
Changes 7
C

ATFBaseExportOptions

Description:
The base class for options used to export STL, XML and SAT format files (using ATF).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ATFBaseExportOptions
    Autodesk.Revit.DB.STLExportOptions

public class ATFBaseExportOptions : IDisposable

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ViewId ElementId The element id of the 3D view to export. InvalidElementId by default.

Loading…