Class WorkInstructionOutputBuilder
Inheritance
WorkInstructionOutputBuilder
Assembly: NXOpen.dll
Syntax
public class WorkInstructionOutputBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
WorkInstructionOutputBuilder()
Declaration
protected WorkInstructionOutputBuilder()
Properties
OpenFile
Declaration
public bool OpenFile { get; set; }
Property Value
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
Declaration
public WorkInstructionOutputBuilder.OutputFormatType OutputFormat { get; set; }
Property Value
PageOrientation
Declaration
public WorkInstructionOutputBuilder.PageOrientationType PageOrientation { get; set; }
Property Value
PageSize
Declaration
public WorkInstructionOutputBuilder.PageSizeType PageSize { get; set; }
Property Value
ScaleFactor
Declaration
public double ScaleFactor { get; set; }
Property Value
Methods
Publish(CAMObject[], CAMObject, int)
Declaration
public void Publish(CAMObject[] objects, CAMObject firstSelObj, int currentView)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink