C# 클래스 Revit.SDK.Samples.ImportExport.CS.ExportData

Base data class which stores the basic information for export
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_activeDoc Document
m_activeDocName String
m_activeViewName String
m_commandData ExternalCommandData
m_exportFileName String
m_exportFolder String
m_exportFormat ExportFormat
m_filter String
m_is3DView bool
m_title String

공개 메소드들

메소드 설명
Export ( ) : bool

Collect the parameters and export

ExportData ( ExternalCommandData commandData, ExportFormat exportFormat ) : System

Constructor

비공개 메소드들

메소드 설명
Initialize ( ) : void

Initialize the variables

getExtension ( ) : String

Get the extension of the file to export

메소드 상세

Export() 공개 메소드

Collect the parameters and export
public Export ( ) : bool
리턴 bool

ExportData() 공개 메소드

Constructor
public ExportData ( ExternalCommandData commandData, ExportFormat exportFormat ) : System
commandData ExternalCommandData Revit command data
exportFormat ExportFormat Format to export
리턴 System

프로퍼티 상세

m_activeDoc 보호되어 있는 프로퍼티

Active document
protected Document m_activeDoc
리턴 Document

m_activeDocName 보호되어 있는 프로퍼티

ActiveDocument Name
protected String m_activeDocName
리턴 String

m_activeViewName 보호되어 있는 프로퍼티

ActiveView Name
protected String m_activeViewName
리턴 String

m_commandData 보호되어 있는 프로퍼티

Revit command data
protected ExternalCommandData m_commandData
리턴 ExternalCommandData

m_exportFileName 보호되어 있는 프로퍼티

File Name or Prefix to be used
protected String m_exportFileName
리턴 String

m_exportFolder 보호되어 있는 프로퍼티

Directory to store the exported file
protected String m_exportFolder
리턴 String

m_exportFormat 보호되어 있는 프로퍼티

The format to be exported
protected ExportFormat m_exportFormat
리턴 ExportFormat

m_filter 보호되어 있는 프로퍼티

The filter which will be used in file saving dialog
protected String m_filter
리턴 String

m_is3DView 보호되어 있는 프로퍼티

Whether current view is a 3D view
protected bool m_is3DView
리턴 bool

m_title 보호되어 있는 프로퍼티

The title of exporting dialog
protected String m_title
리턴 String