Class PDFPublisherBuilder
Inheritance
PDFPublisherBuilder
Assembly: NXOpen.dll
Syntax
public class PDFPublisherBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PDFPublisherBuilder()
Declaration
protected PDFPublisherBuilder()
Properties
Date
Declaration
public string Date { get; set; }
Property Value
OutputFileName
Declaration
public string OutputFileName { get; set; }
Property Value
OverwriteOutputFileOption
Declaration
public bool OverwriteOutputFileOption { get; set; }
Property Value
ProjectName
Declaration
public string ProjectName { get; set; }
Property Value
SelectedViews
Declaration
public SelectViewList SelectedViews { get; }
Property Value
TemplateSize
Declaration
public PDFPublisherBuilder.TemplateType TemplateSize { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
ViewSelection
Declaration
public PDFPublisherBuilder.ViewSelectionType ViewSelection { get; set; }
Property Value
Methods
GetSelectedModelViewsList(out ModelingView[])
Declaration
public void GetSelectedModelViewsList(out ModelingView[] modelViews)
Parameters
GetWorkTemplateFilename()
Declaration
public string GetWorkTemplateFilename()
Returns
Publish()
Declaration
public PDFPublisherBuilder.PublishResult Publish()
Returns
SetModelViewsToSelection(ModelingView[])
Declaration
public void SetModelViewsToSelection(ModelingView[] viewsList)
Parameters
SetWorkTemplateFile(string)
Declaration
public void SetWorkTemplateFile(string templateFilename)
Parameters
Type |
Name |
Description |
string |
templateFilename |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink