Request

Response

    Class JobPayloadFormatIGES

    Namespace: Autodesk.ModelDerivative.Model
    Assembly: Autodesk.ModelDerivative.dll

    Describes the options for translation jobs producing IGES outputs.

    [DataContract]
    public class JobPayloadFormatIGES : IJobPayloadFormat
    

    Inheritance

    object JobPayloadFormatIGES

    Implements

    IJobPayloadFormat

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    JobPayloadFormatIGES()

    Initializes a new instance of the class.

    public JobPayloadFormatIGES()
    

    Properties

    Advanced

    Gets or Sets Advanced

    [DataMember(Name = "advanced", EmitDefaultValue = false)]
    public JobPayloadFormatAdvancedIGES Advanced { get; set; }
    

    Property Value

    JobPayloadFormatAdvancedIGES

    Type

    The requested output type. iges in this case.

    [DataMember(Name = "type", EmitDefaultValue = true)]
    public OutputType Type { get; set; }
    

    Property Value

    OutputType

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object