.NET Framework Class Library
Document.GetDocIdFromDrawing Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Document Class > Document Methods > .NET Framework Class Library |
Returns all the document ids contained into a drawing
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetDocIdFromDrawing ( _ drawingUid As String, _ |
C# |
|---|
public string GetDocIdFromDrawing( string drawingUid, |
Visual C++ |
|---|
public: String^ GetDocIdFromDrawing( |
JavaScript |
|---|
function getDocIdFromDrawing(drawingUid, part_Asm_Uid, number_of_childs, childsIdArray); |
Parameters
drawingUid
Type: System.String
drawing unique id
part_Asm_Uid
Type: System.String
Output. The unique id of the part/assembly; in case of more than one it contains the last one.
number_of_childs
Type: System.Int32
Output. The number of children found
childsIdArray
Type: System.Object
Ouput. The array containing ids of children found
Return Value
The function assumes the value of the last (if more than one) part/assembly id found or empty string if no child exist.
Remarks
See Also