Struct DataManager.ImportPartDesign
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CloudDM
Assembly: NXOpen.dll
Syntax
public struct ImportPartDesign
Constructors
ImportPartDesign(String, String, String)
Declaration
public ImportPartDesign(string InputPart, string RevisionUrn, string DownloadTicket)
Parameters
Type | Name | Description |
---|---|---|
System.String | InputPart | |
System.String | RevisionUrn | |
System.String | DownloadTicket |
Fields
DownloadTicket
Declaration
public string DownloadTicket
Field Value
Type | Description |
---|---|
System.String |
InputPart
Declaration
public string InputPart
Field Value
Type | Description |
---|---|
System.String |
RevisionUrn
Declaration
public string RevisionUrn
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()