.NET Framework Class Library
CADSystem.RefreshVariantNotes Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > CADSystem Class > CADSystem Methods > .NET Framework Class Library |
Refreshes all the DBWorks variant notes of a drawing. The file can be opened or not, in the latter case it will be automatically opened and closed by DBWorks. The file can also be read-only, in which case it will be temporarily unlocked for the time necessary to the operation.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub RefreshVariantNotes ( _ Optional drawingUid As String = "0", _ |
C# |
|---|
public void RefreshVariantNotes( string drawingUid = "0", |
Visual C++ |
|---|
public: void RefreshVariantNotes( |
JavaScript |
|---|
function refreshVariantNotes(drawingUid, notSaveDrawing); |
Parameters
drawingUid (Optional)
Type: System.String
Optional. The drawing unique Id ("0" for current active document)
notSaveDrawing (Optional)
Type: System.Boolean
Optional. TRUE, the drawing will not be saved (default = FALSE)
Remarks
If no drawing unique id is passed, DBWorks browser must be open.
See Also