.NET Framework Class Library
DataEntrHelper.GetDrawingRev Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Methods > .NET Framework Class Library |
Retrieves the revision value of the model (Part or Assembly) linked to the current drawing.
Return Value
The revision string of the linked model, or an empty string if not available.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetDrawingRev As String |
C# |
|---|
public string GetDrawingRev() |
Visual C++ |
|---|
public: String^ GetDrawingRev() |
JavaScript |
|---|
function getDrawingRev(); |
See Also