NewNote Method (IDrawingDoc)
Creates a new note at the selected location.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub NewNote( _
ByVal Text As String, _
ByVal Height As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim Text As String
Dim Height As Double
instance.NewNote(Text, Height)
|
C++/CLI | |
---|
void NewNote(
& String^ Text,
& double Height
) |
Parameters
- Text
- Text string for the note
- Height
- Height of the note in meters
See Also