C# 클래스 Revit.SDK.Samples.ViewPrinter.CS.PrintMgr

Exposes the print interfaces just like the Print Dialog (File->Print...) in UI.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
ChangePrintSetup ( ) : void
ChangePrintToFileName ( ) : string
MyMessageBox ( string text ) : void

global and consistent for message box with same caption

PrintMgr ( ExternalCommandData commandData ) : System
SelectViewSheetSet ( ) : void
SubmitPrint ( ) : bool
VerifyCollate ( System controlToEnableOrNot ) : bool
VerifyCopies ( Collection controlsToEnableOrNot ) : bool
VerifyPrintToFile ( System controlToEnableOrNot ) : bool
VerifyPrintToFileName ( Collection controlsToEnableOrNot ) : bool
VerifyPrintToSeparateFile ( System controlToEnableOrNot ) : bool
VerifyPrintToSingleFile ( System controlToEnableOrNot ) : bool
VerifySelectViewSheetSet ( Collection controlsToEnableOrNot ) : bool

메소드 상세

ChangePrintSetup() 공개 메소드

public ChangePrintSetup ( ) : void
리턴 void

ChangePrintToFileName() 공개 메소드

public ChangePrintToFileName ( ) : string
리턴 string

MyMessageBox() 공개 정적인 메소드

global and consistent for message box with same caption
public static MyMessageBox ( string text ) : void
text string MessageBox's text.
리턴 void

PrintMgr() 공개 메소드

public PrintMgr ( ExternalCommandData commandData ) : System
commandData ExternalCommandData
리턴 System

SelectViewSheetSet() 공개 메소드

public SelectViewSheetSet ( ) : void
리턴 void

SubmitPrint() 공개 메소드

public SubmitPrint ( ) : bool
리턴 bool

VerifyCollate() 공개 메소드

public VerifyCollate ( System controlToEnableOrNot ) : bool
controlToEnableOrNot System
리턴 bool

VerifyCopies() 공개 메소드

public VerifyCopies ( Collection controlsToEnableOrNot ) : bool
controlsToEnableOrNot Collection
리턴 bool

VerifyPrintToFile() 공개 메소드

public VerifyPrintToFile ( System controlToEnableOrNot ) : bool
controlToEnableOrNot System
리턴 bool

VerifyPrintToFileName() 공개 메소드

public VerifyPrintToFileName ( Collection controlsToEnableOrNot ) : bool
controlsToEnableOrNot Collection
리턴 bool

VerifyPrintToSeparateFile() 공개 메소드

public VerifyPrintToSeparateFile ( System controlToEnableOrNot ) : bool
controlToEnableOrNot System
리턴 bool

VerifyPrintToSingleFile() 공개 메소드

public VerifyPrintToSingleFile ( System controlToEnableOrNot ) : bool
controlToEnableOrNot System
리턴 bool

VerifySelectViewSheetSet() 공개 메소드

public VerifySelectViewSheetSet ( Collection controlsToEnableOrNot ) : bool
controlsToEnableOrNot Collection
리턴 bool