Adds a note to the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddNote( _
ByVal action As String, _
ByVal note As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim action As String
Dim note As String
Dim value As Integer
value = instance.AddNote(action, note)
|
C++/CLI | |
---|
int AddNote(
& String^ action,
& String^ note
) |
Parameters
- action
Action
- note
Note
Return Value
0 if successful, non-0 if not
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS