Class JobPayloadFormatSVF2AdvancedDGN
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Contains advanced configuration settings for translation jobs processing DGN inputs.
[DataContract]
public class JobPayloadFormatSVF2AdvancedDGN : IJobPayloadFormatSVF2Advanced
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
JobPayloadFormatSVF2AdvancedDGN()
Initializes a new instance of the
public JobPayloadFormatSVF2AdvancedDGN()
Properties
RequestedLinkageIDs
An array containing user data linkage IDs of the linkage data to be extracted from the DGN file. Linkage data is not extracted if you do not specify this attribute.
[DataMember(Name = "requestedLinkageIDs", EmitDefaultValue = false)]
public List<int?> RequestedLinkageIDs { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
String presentation of the object