Adds a note to the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddNote( _
ByVal action As System.String, _
ByVal note As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim action As System.String
Dim note As System.String
Dim value As System.Integer
value = instance.AddNote(action, note) |
C# | |
---|
System.int AddNote(
System.string action,
System.string note
) |
C++/CLI | |
---|
System.int AddNote(
& System.String^ action,
& System.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