Visual Basic | |
---|---|
Function InsertSimpleNote( _ ByVal StartX As System.Double, _ ByVal StartY As System.Double, _ ByVal StartZ As System.Double, _ ByVal Height As System.Double, _ ByVal Angle As System.Double, _ ByVal Value As System.String _ ) As SimpleNote |
C# | |
---|---|
SimpleNote InsertSimpleNote( System.double StartX, System.double StartY, System.double StartZ, System.double Height, System.double Angle, System.string Value ) |
JavaScript | |
---|---|
InsertSimpleNote( StartX : Number, StartY : Number, StartZ : Number, Height : Number, Angle : Number, Value : String ) : dsSimpleNote |
COM native C++ | |
---|---|
HRESULT InsertSimpleNote( DOUBLE StartX, DOUBLE StartY, DOUBLE StartZ, DOUBLE Height, DOUBLE Angle, BSTR Value, ISimpleNote** SimpleNote ) |
C++ | |
---|---|
DSRESULT InsertSimpleNote( double StartX, double StartY, double StartZ, double Height, double Angle, const dsString& 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
- SimpleNote[out] or Return Value
- SimpleNote
DraftSight V1R1.1