InsertSimpleNote Method (ISketchManager)
Inserts a SimpleNote.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertSimpleNote( _
DOUBLE StartX As System.Double, _
DOUBLE StartY As System.Double, _
DOUBLE StartZ As System.Double, _
DOUBLE Height As System.Double, _
DOUBLE Angle As System.Double, _
BSTR Value As System.String _
) As SimpleNote |
COM native C++ | |
---|
HRESULT InsertSimpleNote(
double StartX,
,
double StartY,
,
double StartZ,
,
double Height,
,
double Angle,
,
const dsString& Value
,
ISimpleNote** SimpleNote
) |
C++ | |
---|
DSRESULT InsertSimpleNote(
DOUBLE StartX,
,
DOUBLE StartY,
,
DOUBLE StartZ,
,
DOUBLE Height,
,
DOUBLE Angle,
,
BSTR Value
,
dsSimpleNote** SimpleNote
) |
Parameters
- StartX
- x coordinate for the insertion point
- StartY
- y coordinate for the insertion point
- StartZ
- z coordinate for the insertion point
- Height
- Height (text size)
- Angle
- Angle of insertion; in radians
- Value
- Text
Parameters
- SimpleNote[out] or Return Value
- SimpleNote
Example
See Also
Availability
DraftSight V1R1.1