InsertNote Method (ISketchManager)
Inserts a Note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertNote( _
double X1 As System.Double, _
double Y1 As System.Double, _
double Z1 As System.Double, _
double X2 As System.Double, _
double Y2 As System.Double, _
double Z2 As System.Double, _
const dsStringArray& StrArray As System.Object _
) As Note |
C# | |
---|
Note InsertNote(
System.double X1,
System.double Y1,
System.double Z1,
System.double X2,
System.double Y2,
System.double Z2,
System.object StrArray
) |
Parameters
- X1
- x coordinate of upper-left corner of Note
- Y1
- y coordinate of upper-left corner of Note
- Z1
- z coordinate of upper-left corner of Note
- X2
- x coordinate of lower-right corner of Note
- Y2
- y coordinate of lower-right corner of Note
- Z2
- z coordinate of lower-right corner of Note
- StrArray
- Array of strings constituting the text of the Note
- Note[out] or Return Value
- Note
Example
See Also
Availability
DraftSight V1R1.1