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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_activeDoc Document
m_commandData ExternalCommandData
m_filter String
m_importFileFullName String
m_importFolder String
m_importFormat ImportFormat
m_title String

공개 메소드들

메소드 설명
Import ( ) : bool

Collect the parameters and import

ImportData ( ExternalCommandData commandData, ImportFormat importFormat ) : System

Constructor

비공개 메소드들

메소드 설명
Initialize ( ) : void

Initialize the variables

메소드 상세

Import() 공개 메소드

Collect the parameters and import
public Import ( ) : bool
리턴 bool

ImportData() 공개 메소드

Constructor
public ImportData ( ExternalCommandData commandData, ImportFormat importFormat ) : System
commandData ExternalCommandData Revit command data
importFormat ImportFormat Format to import
리턴 System

프로퍼티 상세

m_activeDoc 보호되어 있는 프로퍼티

Active document
protected Document m_activeDoc
리턴 Document

m_commandData 보호되어 있는 프로퍼티

Revit command data
protected ExternalCommandData m_commandData
리턴 ExternalCommandData

m_filter 보호되어 있는 프로퍼티

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

m_importFileFullName 보호되어 있는 프로퍼티

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

m_importFolder 보호되어 있는 프로퍼티

Directory where to import the file
protected String m_importFolder
리턴 String

m_importFormat 보호되어 있는 프로퍼티

The format to be exported
protected ImportFormat m_importFormat
리턴 ImportFormat

m_title 보호되어 있는 프로퍼티

The title of importing dialog
protected String m_title
리턴 String