SetNoteAnnotation Method (ILeader) Send Feedback
See Also  Example
Text
Text for the Note to attach to the Leader
InsertPoint
Point where to attach the Note to the Leader
Attaches a Note to the Leader.

Syntax

Visual Basic 
Sub SetNoteAnnotation( _
   ByVal Text As System.String, _
   ByVal InsertPoint As MathPoint _
) 
C# 
void SetNoteAnnotation( 
   System.string Text,
   MathPoint InsertPoint
)
JavaScript 
SetNoteAnnotation( 
   Text : String,
   InsertPoint : dsMathPoint
)
COM native C++ 
HRESULT SetNoteAnnotation( 
   BSTR Text,
   IMathPoint* InsertPoint
) 
C++ 
DSRESULT SetNoteAnnotation( 
   const dsString& Text,
   dsMathPoint* InsertPoint
) 

Parameters

Text
Text for the Note to attach to the Leader
InsertPoint
Point where to attach the Note to the Leader

Example

 

See Also

Availability

DraftSight V1R3.1