ATFBaseExportOptions
Description:
The base class for options used to export using ATF.
The base class for options used to export using ATF.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ATFBaseExportOptions
Autodesk.Revit.DB.OBJExportOptions
Autodesk.Revit.DB.STLExportOptions
System.Object
Autodesk.Revit.DB.ATFBaseExportOptions
Autodesk.Revit.DB.OBJExportOptions
Autodesk.Revit.DB.STLExportOptions
public class ATFBaseExportOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| ViewId | ElementId | The element id of the 3D view to export. InvalidElementId by default. |