C# Class Revit.SDK.Samples.ImportExport.CS.ExportDataWithViews

Base data class which stores the common information for exporting view related format
Inheritance: ExportData
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Protected Properties

Property Type Description
m_currentViewOnly bool
m_selectViewsData SelectViewsData

Public Methods

Method Description
ExportDataWithViews ( ExternalCommandData commandData, ExportFormat exportFormat ) : System

Constructor

Private Methods

Method Description
Initialize ( ) : void

Initialize the variables

Method Details

ExportDataWithViews() public method

Constructor
public ExportDataWithViews ( ExternalCommandData commandData, ExportFormat exportFormat ) : System
commandData ExternalCommandData Revit command data
exportFormat ExportFormat Format to export
return System

Property Details

m_currentViewOnly protected_oe property

Whether to export current view only
protected bool m_currentViewOnly
return bool

m_selectViewsData protected_oe property

Data class SelectViewsData
protected SelectViewsData,Revit.SDK.Samples.ImportExport.CS m_selectViewsData
return SelectViewsData