2021 Members
Changes 5
M

CustomExporter

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the CustomExporter
M Equals None (Inherited from Object .) Object .
M Export(IList.ElementId.) None Exports a collection of 3D or 2D views
M Export(View) None Exports one 3D or 2D view
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M IsRenderingSupported() bool Checks if view rendering is currently supported in the running instance of Revit.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Export2DForceDisplayStyle DisplayStyle This value tells the exporter of 2D views to force the given display mode for the view.
P Export2DGeometricObjectsIncludingPatternLines bool This flag sets the exporter of 2D views to either include or exclude output of face pattern lines as part of geometric objects when the model is being processed by the export context.
P Export2DIncludingAnnotationObjects bool This flag sets the exporter of 2D views to either include or exclude output of annotation objects when the model is being processed by the export context.
P IncludeGeometricObjects bool This flag sets the exporter to either include or exclude output of geometric objects such as faces and curves when the model is being processed by the export context.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ShouldStopOnError bool This flag instructs the exporting process to either stop or continue in case an error occurs during any of the exporting methods.